============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/3zoe/0009c8/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/3zoe/0009c8/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/0009c8/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/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/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 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bf4fea0a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bf4fea0a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bf4feb61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bf4feb61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bf4ff1480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463671 byte(s) leaked in 8685 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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/0009c8/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/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/3zoe/0009c8/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/0009c8/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/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 442763
DEBUG    ya.test:process.py:259 Command (pid 442763) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 442763) elapsed time (sec): 24.870913982391357
DEBUG    ya.test:process.py:263 Command (pid 442763) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 442763) inblock: 276456
DEBUG    ya.test:process.py:263 Command (pid 442763) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 442763) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 442763) majflt: 4918
DEBUG    ya.test:process.py:263 Command (pid 442763) maxrss: 1441456
DEBUG    ya.test:process.py:263 Command (pid 442763) minflt: 968184
DEBUG    ya.test:process.py:263 Command (pid 442763) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 442763) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 442763) nivcsw: 941
DEBUG    ya.test:process.py:263 Command (pid 442763) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 442763) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 442763) nvcsw: 109333
DEBUG    ya.test:process.py:263 Command (pid 442763) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 442763) stime: 3.8803229999999997
DEBUG    ya.test:process.py:263 Command (pid 442763) utime: 11.297942
DEBUG    ya.test:process.py:263 Command (pid 442763) wtime: 24.874
DEBUG    ya.test:process.py:275 Command (pid 442763) output:
2026-01-28T16:17:59.233323Z Fetching udfs...
2026-01-28T16:17:59.864307Z Initialization of fq runner...
2026-01-28T16:18:04.016457Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.513737s

DEBUG    ya.test:process.py:276 Command (pid 442763) errors:
...0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bf4feae2de0 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 0x7bf4fe9fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf4fe9fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf4fea7ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf4fea7ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf4ff13ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf4ff13c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf4ff140090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bf4ff140090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bf4feb1182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bf4fea0a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bf4fea0a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bf4feb61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bf4feb61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bf4ff1480c4 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 0x7bf4fea92bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf4fea99fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf4fea14d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bf4fea1dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bf4ff1473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bf4ff1471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bf4ff146f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bf4ff144a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bf4ff144a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bf4ff144ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bf4ff5a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bf4ff5a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf4ff5a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf4fe63b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7ff51dc4ed8f  (/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 0x7bf4fe9fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf4fe9fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf4fea7b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf4fea7b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bf4feb14686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bf4feb14686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bf4feb10dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bf4fea0a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bf4fea0a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bf4feb61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bf4feb61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bf4ff1480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bf4ff1478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bf4ff144bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bf4ff144aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bf4ff144ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bf4ff5a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bf4ff5a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf4ff5a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf4fe63b928 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 0x7bf4fea92bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf4fea94424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf4fea94424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf4ff13f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf4ff13ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf4ff13c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf4ff13c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bf4ff16b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bf4fea6741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bf4feb647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bf4feb647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bf4feb647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bf4fea66214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bf4fea0a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bf4fea0a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bf4feb61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bf4feb62e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bf4feb62e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bf4feb62e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bf4ff1475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bf4ff144bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bf4ff144aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bf4ff144ccf 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 0x7bf4fea92bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf4fea99fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf4feab2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bf4feab2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bf4feab2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bf4fea1a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bf4fea1a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bf4fea81acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bf4fea825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bf4fea825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bf4fea825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bf4fea83e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bf4fea6ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bf4ff147044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bf4ff147044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bf4ff146f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bf4ff144a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bf4ff144a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bf4ff144ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bf4ff5a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bf4ff5a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf4ff5a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf4fe63b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7ff51dc4ed8f  (/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 0x7bf4fe9fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bf4fe9fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bf4ff13f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bf4ff13ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bf4ff13c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bf4ff13c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bf4ff16bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bf4fea6741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bf4feb647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bf4feb647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bf4feb647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bf4fea66214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bf4fea0a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bf4fea0a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bf4feb61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bf4feb61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bf4ff1480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bf4ff1478d8 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 0x7bf4fe9fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf4fe9fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf4fea7b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf4fea7b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bf4fea1a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bf4fea0a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bf4fea0a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bf4feb10ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bf4fea0a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bf4fea0a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bf4feb61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bf4feb61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bf4ff1480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bf4ff1478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bf4ff144bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bf4ff144aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bf4ff144ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bf4ff5a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bf4ff5a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf4ff5a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf4fe63b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7bf4fe9fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf4fe9fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf4fea7ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf4fea7ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf4ff13ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf4ff13c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bf4ff13c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bf4ff16bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bf4fea6741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bf4feb647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bf4feb647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bf4feb647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bf4fea66214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bf4fea0a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bf4fea0a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bf4feb61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bf4feb61a7a 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 0x7bf4fea92bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf4fea99fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf4feab2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bf4feab2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bf4feab2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bf4fea1a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bf4fea1a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bf4fea81acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bf4fea825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bf4fea825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bf4fea825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bf4fea7e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bf4fea5e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bf4fea6741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bf4feb647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bf4feb647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bf4feb647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bf4fea66214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bf4fea0a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf4fea0a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bf4feb10ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bf4fea0a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bf4fea0a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bf4fea0ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bf4fea0ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bf4feb62e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bf4feb62e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bf4ff1475c6 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 0x7bf4fe9fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf4fe9fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf4fea7ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf4fea7ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf4ff13ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bf4ff13c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bf4ff13c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bf4ff16bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bf4fea6741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bf4feb647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bf4feb647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bf4feb647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bf4fea66214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bf4fea65fb5 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 0x7bf4fea92bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf4fea94424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf4fea94424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf4ff13f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf4ff13ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf4ff13c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf4ff13c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bf4ff16b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bf4fea6741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bf4feb647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bf4feb647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bf4feb647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bf4fea66214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bf4fea0a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bf4fea0a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bf4feb61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bf4feb62e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bf4feb62e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bf4feb62e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bf4ff1475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bf4ff144bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bf4ff144aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bf4ff144ccf 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 0x7bf4fe9fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bf4fe9fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bf4ff13f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf4ff13c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bf4ff13c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bf4ff16bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bf4fea6741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bf4feb647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bf4feb647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bf4feb647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bf4fea66214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf4fea0a7ec 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 0x7bf4fea3c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bf4fea3c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bf4ff13e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf4ff13c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bf4ff13c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bf4ff16bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bf4fea6741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bf4feb647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bf4feb647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bf4feb647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bf4fea66214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf4fea0a7ec 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 0x7bf4fea3c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bf4fea3c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bf4ff13e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bf4ff13c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bf4ff13c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bf4ff16bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bf4fea6741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bf4feb647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bf4feb647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bf4feb647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bf4fea66214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bf4fea0a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bf4fea0a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bf4feb61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bf4feb61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bf4ff1480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463671 byte(s) leaked in 8685 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bf4feae2de0 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 0x7bf4fe9fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf4fe9fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf4fea7ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf4fea7ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf4ff13ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf4ff13c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf4ff140090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bf4ff140090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bf4feb1182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bf4fea0a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bf4fea0a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bf4feb61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bf4feb61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bf4ff1480c4 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 0x7bf4fea92bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf4fea99fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf4fea14d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bf4fea1dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bf4ff1473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bf4ff1471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bf4ff146f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bf4ff144a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bf4ff144a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bf4ff144ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bf4ff5a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bf4ff5a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bf4ff5a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bf4fe63b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7ff51dc4ed8f  (/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 0x7bf4fe9fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf4fe9fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf4fea7b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf4fea7b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bf4feb14686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bf4feb14686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bf4feb10dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bf4fea0a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bf4fea0a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bf4feb61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bf4feb61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bf4ff1480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bf4ff1478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bf4ff144bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bf4ff144aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bf4ff144ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bf4ff5a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bf4ff5a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bf4ff5a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bf4fe63b928 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 0x7bf4fea92bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf4fea94424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf4fea94424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf4ff13f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf4ff13ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf4ff13c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf4ff13c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bf4ff16b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bf4fea6741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bf4feb647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bf4feb647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bf4feb647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bf4fea66214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bf4fea0a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bf4fea0a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bf4feb61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bf4feb62e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bf4feb62e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bf4feb62e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bf4ff1475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bf4ff144bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bf4ff144aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bf4ff144ccf 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 0x7bf4fea92bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf4fea99fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf4feab2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bf4feab2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bf4feab2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bf4fea1a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bf4fea1a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bf4fea81acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bf4fea825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bf4fea825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bf4fea825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bf4fea83e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bf4fea6ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bf4ff147044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bf4ff147044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bf4ff146f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bf4ff144a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bf4ff144a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bf4ff144ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bf4ff5a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bf4ff5a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bf4ff5a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bf4fe63b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7ff51dc4ed8f  (/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 0x7bf4fe9fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bf4fe9fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bf4ff13f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bf4ff13ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bf4ff13c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bf4ff13c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bf4ff16bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bf4fea6741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bf4feb647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bf4feb647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bf4feb647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bf4fea66214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bf4fea0a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bf4fea0a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bf4feb61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bf4feb61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bf4ff1480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bf4ff1478d8 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 0x7bf4fe9fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf4fe9fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf4fea7b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf4fea7b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bf4fea1a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bf4fea0a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bf4fea0a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bf4feb10ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bf4fea0a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bf4fea0a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bf4feb61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bf4feb61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bf4ff1480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bf4ff1478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bf4ff144bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bf4ff144aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bf4ff144ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bf4ff5a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bf4ff5a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bf4ff5a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bf4fe63b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7bf4fe9fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf4fe9fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf4fea7ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf4fea7ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf4ff13ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf4ff13c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bf4ff13c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bf4ff16bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bf4fea6741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bf4feb647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bf4feb647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bf4feb647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bf4fea66214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bf4fea0a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bf4fea0a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bf4feb61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bf4feb61a7a 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 0x7bf4fea92bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf4fea99fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf4feab2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bf4feab2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bf4feab2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bf4fea1a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bf4fea1a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bf4fea81acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bf4fea825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bf4fea825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bf4fea825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bf4fea7e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bf4fea5e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bf4fea6741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bf4feb647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bf4feb647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bf4feb647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bf4fea66214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bf4fea0a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf4fea0a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bf4feb10ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bf4fea0a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bf4fea0a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bf4fea0ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bf4fea0ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bf4feb62e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bf4feb62e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bf4ff1475c6 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 0x7bf4fe9fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf4fe9fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf4fea7ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf4fea7ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf4ff13ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bf4ff13c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bf4ff13c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bf4ff16bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bf4fea6741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bf4feb647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bf4feb647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bf4feb647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bf4fea66214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bf4fea65fb5 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 0x7bf4fea92bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf4fea94424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf4fea94424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf4ff13f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf4ff13ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf4ff13c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf4ff13c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bf4ff16b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bf4fea6741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bf4feb647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bf4feb647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bf4feb647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bf4fea66214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bf4fea0a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bf4fea0a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bf4feb61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bf4feb62e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bf4feb62e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bf4feb62e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bf4ff1475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bf4ff144bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bf4ff144aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bf4ff144ccf 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 0x7bf4fe9fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bf4fe9fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bf4ff13f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf4ff13c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bf4ff13c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bf4ff16bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bf4fea6741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bf4feb647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bf4feb647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bf4feb647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bf4fea66214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bf4fea0a7ec 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 0x7bf4fea3c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bf4fea3c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bf4ff13e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf4ff13c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bf4ff13c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bf4ff16bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bf4fea6741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bf4feb647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bf4feb647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bf4feb647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bf4fea66214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bf4fea0a7ec 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 0x7bf4fea3c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bf4fea3c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bf4ff13e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bf4ff13ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bf4ff13ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bf4ff13c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bf4ff13c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bf4ff16bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bf4fea6741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bf4feb647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bf4feb647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bf4feb647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bf4fea66214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bf4feb0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bf4feb0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bf4feb06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bf4feb06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bf4feb06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bf4feae2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bf4feae2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bf4feb1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bf4fea0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bf4fea0a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bf4fea0a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bf4feb61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bf4feb61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bf4ff1480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463671 byte(s) leaked in 8685 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
24.92s call     test_sql_negative.py::test[watermarks-bad_column-default.txt]
0.03s 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/3zoe/0009c8/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/0009c8/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/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/0009c8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3_l4nj8t/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 0x7bf4fea0b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bf4fea0b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bf4feb6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bf4feb6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bf4feae1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bf4feae1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bf4fea65fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bf4fea0a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bf4fea0a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bf4fea0a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bf4feb61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bf4feb61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bf4ff1480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463671 byte(s) leaked in 8685 allocation(s).
============================== 1 failed in 25.43s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/3zoe/0009dd/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/3zoe/0009dd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/0009dd/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/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/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 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bbef720a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bbef720a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bbef7361c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bbef7361a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bbef79480c4 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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/0009dd/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/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/3zoe/0009dd/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/0009dd/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/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 443106
DEBUG    ya.test:process.py:259 Command (pid 443106) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 443106) elapsed time (sec): 24.71877694129944
DEBUG    ya.test:process.py:263 Command (pid 443106) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 443106) inblock: 280680
DEBUG    ya.test:process.py:263 Command (pid 443106) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 443106) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 443106) majflt: 4647
DEBUG    ya.test:process.py:263 Command (pid 443106) maxrss: 1450888
DEBUG    ya.test:process.py:263 Command (pid 443106) minflt: 979066
DEBUG    ya.test:process.py:263 Command (pid 443106) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 443106) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 443106) nivcsw: 1194
DEBUG    ya.test:process.py:263 Command (pid 443106) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 443106) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 443106) nvcsw: 109151
DEBUG    ya.test:process.py:263 Command (pid 443106) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 443106) stime: 3.9335430000000002
DEBUG    ya.test:process.py:263 Command (pid 443106) utime: 10.956567
DEBUG    ya.test:process.py:263 Command (pid 443106) wtime: 24.722
DEBUG    ya.test:process.py:275 Command (pid 443106) output:
2026-01-28T16:17:59.238134Z Fetching udfs...
2026-01-28T16:17:59.832831Z Initialization of fq runner...
2026-01-28T16:18:03.817177Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.616849s

DEBUG    ya.test:process.py:276 Command (pid 443106) errors:
...0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bbef72e2de0 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 0x7bbef71fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbef71fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbef727ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbef727ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bbef793ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bbef793c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bbef7940090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bbef7940090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bbef731182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bbef720a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bbef720a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bbef7361c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bbef7361a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bbef79480c4 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 0x7bbef7292bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbef7299fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bbef7214d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bbef721dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bbef79473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bbef79471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bbef7946f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bbef7944a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bbef7944a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bbef7944ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bbef7da7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bbef7da7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbef7da76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbef6e3b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7fbf16453d8f  (/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 0x7bbef71fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbef71fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbef727b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbef727b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bbef7314686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bbef7314686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bbef7310dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bbef720a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bbef720a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bbef7361c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bbef7361a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bbef79480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bbef79478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bbef7944bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bbef7944aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bbef7944ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bbef7da7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bbef7da7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbef7da76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbef6e3b928 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 0x7bbef7292bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbef7294424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bbef7294424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bbef793f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bbef793ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bbef793c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bbef793c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bbef796b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bbef726741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bbef73647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bbef73647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bbef73647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bbef7266214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bbef720a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bbef720a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bbef7361c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bbef7362e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bbef7362e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bbef7362e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bbef79475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bbef7944bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bbef7944aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bbef7944ccf 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 0x7bbef7292bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbef7299fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bbef72b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bbef72b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bbef72b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bbef721a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bbef721a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bbef7281acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bbef72825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bbef72825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bbef72825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bbef7283e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bbef726ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bbef7947044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bbef7947044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bbef7946f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bbef7944a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bbef7944a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bbef7944ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bbef7da7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bbef7da7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbef7da76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbef6e3b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7fbf16453d8f  (/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 0x7bbef71fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bbef71fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bbef793f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bbef793ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bbef793c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bbef793c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bbef796bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bbef726741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bbef73647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bbef73647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bbef73647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bbef7266214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bbef720a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bbef720a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bbef7361c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bbef7361a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bbef79480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bbef79478d8 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 0x7bbef71fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbef71fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbef727b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbef727b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bbef721a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bbef720a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bbef720a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bbef7310ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bbef720a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bbef720a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bbef7361c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bbef7361a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bbef79480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bbef79478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bbef7944bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bbef7944aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bbef7944ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bbef7da7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bbef7da7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbef7da76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbef6e3b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7bbef71fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbef71fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbef727ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbef727ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bbef793ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbef793c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bbef793c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bbef796bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bbef726741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bbef73647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bbef73647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bbef73647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bbef7266214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bbef720a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bbef720a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bbef7361c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bbef7361a7a 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 0x7bbef7292bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbef7299fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bbef72b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bbef72b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bbef72b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bbef721a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bbef721a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bbef7281acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bbef72825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bbef72825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bbef72825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bbef727e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bbef725e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bbef726741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bbef73647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bbef73647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bbef73647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bbef7266214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bbef720a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bbef720a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bbef7310ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bbef720a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bbef720a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bbef720ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bbef720ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bbef7362e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bbef7362e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bbef79475c6 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 0x7bbef71fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbef71fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbef727ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbef727ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bbef793ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bbef793c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bbef793c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bbef796bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bbef726741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bbef73647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bbef73647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bbef73647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bbef7266214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bbef7265fb5 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 0x7bbef7292bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbef7294424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bbef7294424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bbef793f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bbef793ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bbef793c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bbef793c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bbef796b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bbef726741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bbef73647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bbef73647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bbef73647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bbef7266214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bbef720a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bbef720a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bbef7361c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bbef7362e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bbef7362e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bbef7362e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bbef79475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bbef7944bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bbef7944aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bbef7944ccf 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 0x7bbef71fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bbef71fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bbef793f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bbef793c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bbef793c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bbef796bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bbef726741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bbef73647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bbef73647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bbef73647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bbef7266214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bbef720a7ec 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 0x7bbef723c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bbef723c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bbef793e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bbef793c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bbef793c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bbef796bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bbef726741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bbef73647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bbef73647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bbef73647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bbef7266214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bbef720a7ec 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 0x7bbef723c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bbef723c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bbef793e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bbef793c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bbef793c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bbef796bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bbef726741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bbef73647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bbef73647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bbef73647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bbef7266214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bbef720a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bbef720a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bbef7361c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bbef7361a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bbef79480c4 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'...0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bbef72e2de0 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 0x7bbef71fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbef71fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbef727ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbef727ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bbef793ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bbef793c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bbef7940090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bbef7940090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bbef731182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bbef720a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bbef720a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bbef7361c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bbef7361a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bbef79480c4 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 0x7bbef7292bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbef7299fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bbef7214d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bbef721dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bbef79473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bbef79471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bbef7946f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bbef7944a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bbef7944a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bbef7944ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bbef7da7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bbef7da7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bbef7da76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bbef6e3b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7fbf16453d8f  (/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 0x7bbef71fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbef71fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbef727b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbef727b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bbef7314686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bbef7314686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bbef7310dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bbef720a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bbef720a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bbef7361c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bbef7361a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bbef79480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bbef79478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bbef7944bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bbef7944aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bbef7944ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bbef7da7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bbef7da7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bbef7da76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bbef6e3b928 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 0x7bbef7292bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbef7294424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bbef7294424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bbef793f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bbef793ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bbef793c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bbef793c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bbef796b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bbef726741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bbef73647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bbef73647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bbef73647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bbef7266214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bbef720a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bbef720a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bbef7361c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bbef7362e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bbef7362e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bbef7362e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bbef79475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bbef7944bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bbef7944aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bbef7944ccf 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 0x7bbef7292bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbef7299fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bbef72b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bbef72b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bbef72b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bbef721a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bbef721a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bbef7281acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bbef72825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bbef72825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bbef72825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bbef7283e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bbef726ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bbef7947044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bbef7947044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bbef7946f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bbef7944a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bbef7944a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bbef7944ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bbef7da7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bbef7da7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bbef7da76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bbef6e3b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7fbf16453d8f  (/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 0x7bbef71fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bbef71fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bbef793f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bbef793ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bbef793c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bbef793c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bbef796bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bbef726741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bbef73647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bbef73647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bbef73647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bbef7266214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bbef720a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bbef720a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bbef7361c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bbef7361a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bbef79480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bbef79478d8 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 0x7bbef71fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbef71fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbef727b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbef727b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bbef721a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bbef720a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bbef720a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bbef7310ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bbef720a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bbef720a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bbef7361c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bbef7361a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bbef79480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bbef79478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bbef7944bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bbef7944aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bbef7944ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bbef7da7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bbef7da7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bbef7da76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bbef6e3b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7bbef71fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbef71fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbef727ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbef727ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bbef793ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbef793c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bbef793c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bbef796bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bbef726741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bbef73647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bbef73647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bbef73647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bbef7266214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bbef720a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bbef720a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bbef7361c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bbef7361a7a 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 0x7bbef7292bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbef7299fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bbef72b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bbef72b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bbef72b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bbef721a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bbef721a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bbef7281acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bbef72825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bbef72825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bbef72825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bbef727e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bbef725e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bbef726741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bbef73647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bbef73647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bbef73647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bbef7266214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bbef720a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bbef720a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bbef7310ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bbef720a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bbef720a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bbef720ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bbef720ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bbef7362e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bbef7362e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bbef79475c6 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 0x7bbef71fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbef71fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbef727ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbef727ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bbef793ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bbef793c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bbef793c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bbef796bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bbef726741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bbef73647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bbef73647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bbef73647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bbef7266214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bbef7265fb5 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 0x7bbef7292bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbef7294424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bbef7294424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bbef793f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bbef793ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bbef793c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bbef793c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bbef796b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bbef726741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bbef73647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bbef73647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bbef73647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bbef7266214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bbef720a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bbef720a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bbef7361c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bbef7362e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bbef7362e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bbef7362e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bbef79475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bbef7944bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bbef7944aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bbef7944ccf 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 0x7bbef71fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bbef71fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bbef793f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bbef793c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bbef793c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bbef796bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bbef726741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bbef73647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bbef73647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bbef73647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bbef7266214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bbef720a7ec 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 0x7bbef723c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bbef723c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bbef793e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bbef793c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bbef793c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bbef796bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bbef726741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bbef73647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bbef73647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bbef73647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bbef7266214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bbef720a7ec 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 0x7bbef723c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bbef723c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bbef793e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bbef793ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bbef793ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bbef793c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bbef793c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bbef796bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bbef726741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bbef73647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bbef73647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bbef73647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bbef7266214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bbef730e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bbef730e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bbef7306d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bbef7306d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bbef7306d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bbef72e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bbef72e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bbef731288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bbef720b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bbef720a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bbef720a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bbef7361c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bbef7361a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bbef79480c4 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.76s 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/3zoe/0009dd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/0009dd/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/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/0009dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_4hzh2r1h/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 0x7bbef720b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bbef720b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bbef736216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bbef736216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bbef72e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bbef72e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bbef7265fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bbef720a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bbef720a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bbef720a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bbef7361c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bbef7361a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bbef79480c4 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.41s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/3zoe/0009b6/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.07s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/3zoe/0009e9/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.08s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/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 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bc9874aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bc9874aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bc987601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bc987601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bc987be80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463528 byte(s) leaked in 8682 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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000a16/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 442506
DEBUG    ya.test:process.py:259 Command (pid 442506) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 442506) elapsed time (sec): 25.225921869277954
DEBUG    ya.test:process.py:263 Command (pid 442506) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 442506) inblock: 378512
DEBUG    ya.test:process.py:263 Command (pid 442506) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 442506) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 442506) majflt: 5449
DEBUG    ya.test:process.py:263 Command (pid 442506) maxrss: 1493764
DEBUG    ya.test:process.py:263 Command (pid 442506) minflt: 985186
DEBUG    ya.test:process.py:263 Command (pid 442506) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 442506) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 442506) nivcsw: 987
DEBUG    ya.test:process.py:263 Command (pid 442506) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 442506) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 442506) nvcsw: 110851
DEBUG    ya.test:process.py:263 Command (pid 442506) oublock: 9632
DEBUG    ya.test:process.py:263 Command (pid 442506) stime: 3.994433
DEBUG    ya.test:process.py:263 Command (pid 442506) utime: 11.583377
DEBUG    ya.test:process.py:263 Command (pid 442506) wtime: 25.23
DEBUG    ya.test:process.py:275 Command (pid 442506) output:
2026-01-28T16:17:59.234351Z Fetching udfs...
2026-01-28T16:17:59.757268Z Initialization of fq runner...
2026-01-28T16:18:03.929482Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.041913s
2026-01-28T16:18:04.978130Z Fetching query results...
2026-01-28T16:18:04.978163Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 442506) errors:
...cts/typeobject.c:1667:11
    #11 0x7bc9874a99af in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #12 0x7bc9875b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #13 0x7bc9874d00f6 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #14 0x7bc9874d00f6 in method_vectorcall /-S/contrib/tools/python3/Objects/classobject.c:69:20
    #15 0x7bc9875b0601 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc9875b0601 in _PyObject_CallNoArgs /-S/contrib/tools/python3/Include/internal/pycore_call.h:108:12
    #17 0x7bc9875b0601 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2515:19
    #18 0x7bc9874aafae in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bc9874aafae in PyObject_VectorcallMethod /-S/contrib/tools/python3/Objects/call.c:887:24
    #20 0x7bc9876002be in PyObject_CallMethodOneArg /-S/contrib/tools/python3/Include/cpython/abstract.h:103:12
    #21 0x7bc9876002be in import_ensure_initialized /-S/contrib/tools/python3/Python/import.c:282:27
    #22 0x7bc987601e67 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2886:13
    #23 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #36 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #37 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #38 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #39 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #40 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #41 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #42 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #43 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #44 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #45 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #46 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #47 0x7bc9874ab31a 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 0x7bc98749b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc98749b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc98751ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc98751ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc987bdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc987bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc987be0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bc987be0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bc9875b182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc9874aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc9874aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc987601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bc987601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bc987be80c4 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 0x7bc987532bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc987539fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc9874b4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bc9874bdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bc987be73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bc987be71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bc987be6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bc987be4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bc987be4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bc987be4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bc988047db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bc988047db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc9880476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc9870db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7fc9a66f4d8f  (/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 0x7bc98749b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc98749b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc98751b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc98751b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bc9875b4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bc9875b4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bc9875b0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc9874aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bc9874aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bc987601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bc987601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bc987be80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bc987be78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bc987be4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc987be4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bc987be4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bc988047db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bc988047db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc9880476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc9870db928 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 0x7bc987532bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc987534424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc987534424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc987bdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc987bdec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc987bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc987bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bc987c0b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bc98750741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc9876047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc9876047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bc9876047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc987506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bc9874aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bc9874aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bc987601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bc987602e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bc987602e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bc987602e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bc987be75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bc987be4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bc987be4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bc987be4ccf 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 0x7bc987532bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc987539fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc987552524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc987552524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc987552524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc9874ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc9874ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc987521acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc9875225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc9875225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc9875225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc987523e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bc98750ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bc987be7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bc987be7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bc987be6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bc987be4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bc987be4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bc987be4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bc988047db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bc988047db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc9880476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc9870db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7fc9a66f4d8f  (/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 0x7bc98749ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bc98749ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bc987bdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bc987bdece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bc987bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bc987bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bc987c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bc98750741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bc9876047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bc9876047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bc9876047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bc987506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bc9874aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bc9874aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bc987601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bc987601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bc987be80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bc987be78d8 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 0x7bc98749b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc98749b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc98751b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc98751b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bc9874ba356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bc9874aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bc9874aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bc9875b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bc9874aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bc9874aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bc987601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bc987601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bc987be80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bc987be78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bc987be4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bc987be4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bc987be4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bc988047db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bc988047db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc9880476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc9870db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7bc98749b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc98749b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc98751ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc98751ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc987bdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc987bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bc987bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bc987c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bc98750741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bc9876047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bc9876047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bc9876047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bc987506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bc9874aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bc9874aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bc987601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bc987601a7a 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 0x7bc987532bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc987539fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc987552524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc987552524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc987552524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc9874ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc9874ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc987521acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc9875225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc9875225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc9875225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc98751e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bc9874fe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bc98750741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc9876047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc9876047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bc9876047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc987506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bc9874aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc9874aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bc9875b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bc9874aa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bc9874aa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bc9874aab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bc9874aab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bc987602e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bc987602e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bc987be75c6 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 0x7bc98749b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc98749b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc98751ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc98751ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc987bdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc987bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc987bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc987c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bc98750741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc9876047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc9876047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bc9876047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc987506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bc987505fb5 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 0x7bc987532bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc987534424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc987534424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc987bdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc987bdec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc987bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc987bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bc987c0b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bc98750741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc9876047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc9876047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bc9876047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc987506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bc9874aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bc9874aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bc987601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bc987602e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bc987602e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bc987602e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bc987be75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bc987be4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bc987be4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bc987be4ccf 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 0x7bc98749ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bc98749ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bc987bdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc987bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc987bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc987c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc98750741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc9876047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc9876047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bc9876047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc987506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc9874aa7ec 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 0x7bc9874dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bc9874dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bc987bde99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc987bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc987bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc987c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc98750741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc9876047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc9876047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bc9876047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc987506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc9874aa7ec 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 0x7bc9874dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bc9874dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bc987bde99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc987bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bc987bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bc987c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bc98750741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bc9876047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bc9876047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bc9876047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bc987506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc9874aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc9874aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc987601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bc987601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bc987be80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463528 byte(s) leaked in 8682 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...cts/typeobject.c:1667:11\n    #11 0x7bc9874a99af in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #12 0x7bc9875b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #13 0x7bc9874d00f6 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #14 0x7bc9874d00f6 in method_vectorcall /-S/contrib/tools/python3/Objects/classobject.c:69:20\n    #15 0x7bc9875b0601 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc9875b0601 in _PyObject_CallNoArgs /-S/contrib/tools/python3/Include/internal/pycore_call.h:108:12\n    #17 0x7bc9875b0601 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2515:19\n    #18 0x7bc9874aafae in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bc9874aafae in PyObject_VectorcallMethod /-S/contrib/tools/python3/Objects/call.c:887:24\n    #20 0x7bc9876002be in PyObject_CallMethodOneArg /-S/contrib/tools/python3/Include/cpython/abstract.h:103:12\n    #21 0x7bc9876002be in import_ensure_initialized /-S/contrib/tools/python3/Python/import.c:282:27\n    #22 0x7bc987601e67 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2886:13\n    #23 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #36 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #37 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #38 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #39 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #40 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #41 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #42 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #43 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #44 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #45 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #46 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #47 0x7bc9874ab31a 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 0x7bc98749b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc98749b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc98751ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc98751ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc987bdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc987bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc987be0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bc987be0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bc9875b182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bc9874aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bc9874aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bc987601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bc987601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bc987be80c4 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 0x7bc987532bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc987539fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc9874b4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bc9874bdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bc987be73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bc987be71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bc987be6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bc987be4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bc987be4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bc987be4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bc988047db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bc988047db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc9880476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc9870db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7fc9a66f4d8f  (/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 0x7bc98749b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc98749b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc98751b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc98751b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bc9875b4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bc9875b4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bc9875b0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc9874aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bc9874aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bc987601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bc987601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bc987be80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bc987be78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bc987be4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc987be4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bc987be4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bc988047db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bc988047db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc9880476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc9870db928 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 0x7bc987532bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc987534424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc987534424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc987bdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc987bdec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc987bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc987bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bc987c0b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bc98750741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc9876047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc9876047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bc9876047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc987506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bc9874aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bc9874aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bc987601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bc987602e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bc987602e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bc987602e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bc987be75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bc987be4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bc987be4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bc987be4ccf 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 0x7bc987532bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc987539fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc987552524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc987552524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc987552524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc9874ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc9874ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc987521acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc9875225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc9875225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc9875225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc987523e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bc98750ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bc987be7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bc987be7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bc987be6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bc987be4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bc987be4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bc987be4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bc988047db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bc988047db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc9880476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc9870db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7fc9a66f4d8f  (/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 0x7bc98749ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bc98749ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bc987bdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bc987bdece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bc987bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bc987bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bc987c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bc98750741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bc9876047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bc9876047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bc9876047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bc987506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bc9874aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bc9874aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bc987601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bc987601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bc987be80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bc987be78d8 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 0x7bc98749b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc98749b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc98751b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc98751b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bc9874ba356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bc9874aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bc9874aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bc9875b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bc9874aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bc9874aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bc987601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bc987601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bc987be80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bc987be78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bc987be4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bc987be4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bc987be4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bc988047db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bc988047db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc9880476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc9870db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7bc98749b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc98749b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc98751ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc98751ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc987bdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc987bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bc987bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bc987c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bc98750741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bc9876047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bc9876047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bc9876047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bc987506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bc9874aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bc9874aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bc987601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bc987601a7a 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 0x7bc987532bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc987539fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc987552524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc987552524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc987552524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc9874ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc9874ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc987521acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc9875225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc9875225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc9875225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc98751e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bc9874fe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bc98750741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc9876047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc9876047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bc9876047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc987506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bc9874aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc9874aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bc9875b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bc9874aa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bc9874aa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bc9874aab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bc9874aab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bc987602e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bc987602e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bc987be75c6 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 0x7bc98749b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc98749b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc98751ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc98751ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc987bdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc987bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc987bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc987c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bc98750741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc9876047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc9876047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bc9876047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc987506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bc987505fb5 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 0x7bc987532bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc987534424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc987534424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc987bdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc987bdec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc987bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc987bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bc987c0b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bc98750741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc9876047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc9876047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bc9876047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc987506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bc9874aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bc9874aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bc987601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bc987602e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bc987602e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bc987602e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bc987be75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bc987be4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bc987be4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bc987be4ccf 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 0x7bc98749ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bc98749ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bc987bdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc987bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc987bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc987c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc98750741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc9876047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc9876047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bc9876047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc987506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc9874aa7ec 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 0x7bc9874dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bc9874dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bc987bde99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc987bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc987bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc987c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc98750741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc9876047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc9876047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bc9876047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc987506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc9874aa7ec 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 0x7bc9874dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bc9874dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bc987bde99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bc987bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc987bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc987bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bc987bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bc987c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bc98750741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bc9876047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bc9876047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bc9876047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bc987506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bc9875ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bc9875ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bc9875a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bc9875a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bc9875a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bc987582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bc987582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc9875b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bc9874ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bc9874aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bc9874aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bc987601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bc987601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bc987be80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463528 byte(s) leaked in 8682 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/3zoe/000a16/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/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 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b0dd7a2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b0dd7a2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b0dd7b81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b0dd7b81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b0dd81680c4 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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 488604
DEBUG    ya.test:process.py:259 Command (pid 488604) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 488604) elapsed time (sec): 17.023433208465576
DEBUG    ya.test:process.py:263 Command (pid 488604) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 488604) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 488604) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 488604) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 488604) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 488604) maxrss: 1496704
DEBUG    ya.test:process.py:263 Command (pid 488604) minflt: 993004
DEBUG    ya.test:process.py:263 Command (pid 488604) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 488604) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 488604) nivcsw: 1580
DEBUG    ya.test:process.py:263 Command (pid 488604) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 488604) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 488604) nvcsw: 104721
DEBUG    ya.test:process.py:263 Command (pid 488604) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 488604) stime: 3.658569
DEBUG    ya.test:process.py:263 Command (pid 488604) utime: 10.736661999999999
DEBUG    ya.test:process.py:263 Command (pid 488604) wtime: 17.026
DEBUG    ya.test:process.py:275 Command (pid 488604) output:
2026-01-28T16:18:22.633378Z Fetching udfs...
2026-01-28T16:18:23.131556Z Initialization of fq runner...
2026-01-28T16:18:26.928443Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.043517s
2026-01-28T16:18:27.980361Z Fetching query results...
2026-01-28T16:18:27.980394Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 488604) errors:
...0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b0dd7b02de0 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 0x7b0dd7a1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0dd7a1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0dd7a9ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0dd7a9ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b0dd815ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b0dd815c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b0dd8160090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b0dd8160090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b0dd7b3182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b0dd7a2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b0dd7a2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b0dd7b81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b0dd7b81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b0dd81680c4 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 0x7b0dd7ab2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0dd7ab9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b0dd7a34d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b0dd7a3dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b0dd81673ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b0dd81671ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b0dd8166f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b0dd8164a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b0dd8164a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b0dd8164ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b0dd85c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b0dd85c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0dd85c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0dd765b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f0df6c74d8f  (/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 0x7b0dd7a1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0dd7a1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0dd7a9b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0dd7a9b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b0dd7b34686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b0dd7b34686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b0dd7b30dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b0dd7a2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b0dd7a2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b0dd7b81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b0dd7b81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b0dd81680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b0dd81678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b0dd8164bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b0dd8164aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b0dd8164ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b0dd85c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b0dd85c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0dd85c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0dd765b928 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 0x7b0dd7ab2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0dd7ab4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b0dd7ab4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b0dd815f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b0dd815ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b0dd815c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b0dd815c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b0dd818b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b0dd7a8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b0dd7b847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b0dd7b847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b0dd7b847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b0dd7a86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b0dd7a2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b0dd7a2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b0dd7b81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b0dd7b82e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b0dd7b82e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b0dd7b82e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b0dd81675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b0dd8164bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b0dd8164aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b0dd8164ccf 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 0x7b0dd7ab2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0dd7ab9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b0dd7ad2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b0dd7ad2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b0dd7ad2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b0dd7a3a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b0dd7a3a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b0dd7aa1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b0dd7aa25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b0dd7aa25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b0dd7aa25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b0dd7aa3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b0dd7a8ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b0dd8167044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b0dd8167044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b0dd8166f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b0dd8164a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b0dd8164a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b0dd8164ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b0dd85c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b0dd85c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0dd85c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0dd765b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f0df6c74d8f  (/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 0x7b0dd7a1ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b0dd7a1ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b0dd815f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b0dd815ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b0dd815c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b0dd815c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b0dd818bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b0dd7a8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b0dd7b847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b0dd7b847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b0dd7b847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b0dd7a86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b0dd7a2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b0dd7a2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b0dd7b81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b0dd7b81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b0dd81680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b0dd81678d8 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 0x7b0dd7a1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0dd7a1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0dd7a9b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0dd7a9b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b0dd7a3a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b0dd7a2a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b0dd7a2a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b0dd7b30ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b0dd7a2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b0dd7a2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b0dd7b81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b0dd7b81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b0dd81680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b0dd81678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b0dd8164bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b0dd8164aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b0dd8164ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b0dd85c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b0dd85c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0dd85c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0dd765b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b0dd7a1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0dd7a1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0dd7a9ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0dd7a9ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b0dd815ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0dd815c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b0dd815c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b0dd818bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b0dd7a8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b0dd7b847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b0dd7b847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b0dd7b847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b0dd7a86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b0dd7a2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b0dd7a2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b0dd7b81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b0dd7b81a7a 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 0x7b0dd7ab2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0dd7ab9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b0dd7ad2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b0dd7ad2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b0dd7ad2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b0dd7a3a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b0dd7a3a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b0dd7aa1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b0dd7aa25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b0dd7aa25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b0dd7aa25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b0dd7a9e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b0dd7a7e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b0dd7a8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b0dd7b847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b0dd7b847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b0dd7b847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b0dd7a86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b0dd7a2a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b0dd7a2a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b0dd7b30ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b0dd7a2a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b0dd7a2a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b0dd7a2ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b0dd7a2ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b0dd7b82e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b0dd7b82e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b0dd81675c6 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 0x7b0dd7a1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0dd7a1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0dd7a9ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0dd7a9ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b0dd815ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b0dd815c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b0dd815c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b0dd818bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b0dd7a8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b0dd7b847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b0dd7b847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b0dd7b847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b0dd7a86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b0dd7a85fb5 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 0x7b0dd7ab2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0dd7ab4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b0dd7ab4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b0dd815f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b0dd815ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b0dd815c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b0dd815c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b0dd818b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b0dd7a8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b0dd7b847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b0dd7b847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b0dd7b847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b0dd7a86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b0dd7a2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b0dd7a2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b0dd7b81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b0dd7b82e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b0dd7b82e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b0dd7b82e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b0dd81675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b0dd8164bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b0dd8164aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b0dd8164ccf 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 0x7b0dd7a1ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b0dd7a1ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b0dd815f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b0dd815c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b0dd815c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b0dd818bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b0dd7a8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b0dd7b847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b0dd7b847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b0dd7b847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b0dd7a86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b0dd7a2a7ec 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 0x7b0dd7a5c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b0dd7a5c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b0dd815e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b0dd815c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b0dd815c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b0dd818bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b0dd7a8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b0dd7b847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b0dd7b847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b0dd7b847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b0dd7a86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b0dd7a2a7ec 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 0x7b0dd7a5c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b0dd7a5c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b0dd815e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b0dd815c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b0dd815c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b0dd818bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b0dd7a8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b0dd7b847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b0dd7b847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b0dd7b847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b0dd7a86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b0dd7a2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b0dd7a2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b0dd7b81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b0dd7b81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b0dd81680c4 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'...0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b0dd7b02de0 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 0x7b0dd7a1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0dd7a1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0dd7a9ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0dd7a9ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b0dd815ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b0dd815c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b0dd8160090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b0dd8160090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b0dd7b3182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b0dd7a2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b0dd7a2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b0dd7b81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b0dd7b81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b0dd81680c4 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 0x7b0dd7ab2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0dd7ab9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b0dd7a34d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b0dd7a3dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b0dd81673ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b0dd81671ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b0dd8166f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b0dd8164a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b0dd8164a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b0dd8164ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b0dd85c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b0dd85c7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b0dd85c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b0dd765b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f0df6c74d8f  (/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 0x7b0dd7a1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0dd7a1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0dd7a9b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0dd7a9b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b0dd7b34686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b0dd7b34686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b0dd7b30dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b0dd7a2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b0dd7a2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b0dd7b81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b0dd7b81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b0dd81680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b0dd81678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b0dd8164bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b0dd8164aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b0dd8164ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b0dd85c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b0dd85c7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b0dd85c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b0dd765b928 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 0x7b0dd7ab2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0dd7ab4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b0dd7ab4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b0dd815f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b0dd815ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b0dd815c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b0dd815c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b0dd818b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b0dd7a8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b0dd7b847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b0dd7b847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b0dd7b847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b0dd7a86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b0dd7a2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b0dd7a2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b0dd7b81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b0dd7b82e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b0dd7b82e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b0dd7b82e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b0dd81675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b0dd8164bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b0dd8164aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b0dd8164ccf 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 0x7b0dd7ab2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0dd7ab9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b0dd7ad2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b0dd7ad2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b0dd7ad2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b0dd7a3a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b0dd7a3a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b0dd7aa1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b0dd7aa25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b0dd7aa25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b0dd7aa25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b0dd7aa3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b0dd7a8ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b0dd8167044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b0dd8167044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b0dd8166f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b0dd8164a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b0dd8164a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b0dd8164ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b0dd85c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b0dd85c7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b0dd85c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b0dd765b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f0df6c74d8f  (/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 0x7b0dd7a1ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b0dd7a1ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b0dd815f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b0dd815ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b0dd815c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b0dd815c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b0dd818bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b0dd7a8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b0dd7b847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b0dd7b847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b0dd7b847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b0dd7a86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b0dd7a2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b0dd7a2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b0dd7b81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b0dd7b81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b0dd81680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b0dd81678d8 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 0x7b0dd7a1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0dd7a1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0dd7a9b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0dd7a9b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b0dd7a3a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b0dd7a2a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b0dd7a2a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b0dd7b30ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b0dd7a2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b0dd7a2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b0dd7b81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b0dd7b81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b0dd81680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b0dd81678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b0dd8164bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b0dd8164aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b0dd8164ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b0dd85c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b0dd85c7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b0dd85c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b0dd765b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b0dd7a1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0dd7a1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0dd7a9ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0dd7a9ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b0dd815ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0dd815c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b0dd815c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b0dd818bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b0dd7a8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b0dd7b847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b0dd7b847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b0dd7b847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b0dd7a86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b0dd7a2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b0dd7a2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b0dd7b81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b0dd7b81a7a 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 0x7b0dd7ab2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0dd7ab9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b0dd7ad2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b0dd7ad2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b0dd7ad2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b0dd7a3a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b0dd7a3a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b0dd7aa1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b0dd7aa25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b0dd7aa25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b0dd7aa25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b0dd7a9e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b0dd7a7e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b0dd7a8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b0dd7b847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b0dd7b847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b0dd7b847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b0dd7a86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b0dd7a2a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b0dd7a2a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b0dd7b30ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b0dd7a2a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b0dd7a2a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b0dd7a2ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b0dd7a2ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b0dd7b82e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b0dd7b82e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b0dd81675c6 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 0x7b0dd7a1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0dd7a1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0dd7a9ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0dd7a9ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b0dd815ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b0dd815c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b0dd815c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b0dd818bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b0dd7a8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b0dd7b847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b0dd7b847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b0dd7b847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b0dd7a86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b0dd7a85fb5 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 0x7b0dd7ab2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0dd7ab4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b0dd7ab4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b0dd815f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b0dd815ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b0dd815c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b0dd815c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b0dd818b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b0dd7a8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b0dd7b847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b0dd7b847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b0dd7b847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b0dd7a86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b0dd7a2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b0dd7a2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b0dd7b81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b0dd7b82e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b0dd7b82e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b0dd7b82e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b0dd81675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b0dd8164bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b0dd8164aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b0dd8164ccf 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 0x7b0dd7a1ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b0dd7a1ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b0dd815f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b0dd815c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b0dd815c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b0dd818bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b0dd7a8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b0dd7b847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b0dd7b847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b0dd7b847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b0dd7a86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b0dd7a2a7ec 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 0x7b0dd7a5c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b0dd7a5c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b0dd815e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b0dd815c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b0dd815c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b0dd818bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b0dd7a8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b0dd7b847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b0dd7b847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b0dd7b847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b0dd7a86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b0dd7a2a7ec 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 0x7b0dd7a5c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b0dd7a5c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b0dd815e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b0dd815ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b0dd815ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b0dd815c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b0dd815c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b0dd818bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b0dd7a8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b0dd7b847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b0dd7b847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b0dd7b847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b0dd7a86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b0dd7b2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b0dd7b2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b0dd7b26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b0dd7b26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b0dd7b26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b0dd7b02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b0dd7b02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b0dd7b3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b0dd7a2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b0dd7a2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b0dd7a2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b0dd7b81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b0dd7b81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b0dd81680c4 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/3zoe/000a16/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/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 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b0f1997a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b0f1997a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b0f19ad1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b0f19ad1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b0f1a0b80c4 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-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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 513407
DEBUG    ya.test:process.py:259 Command (pid 513407) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 513407) elapsed time (sec): 17.252179861068726
DEBUG    ya.test:process.py:263 Command (pid 513407) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 513407) inblock: 240
DEBUG    ya.test:process.py:263 Command (pid 513407) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 513407) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 513407) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 513407) maxrss: 1503164
DEBUG    ya.test:process.py:263 Command (pid 513407) minflt: 1000540
DEBUG    ya.test:process.py:263 Command (pid 513407) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 513407) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 513407) nivcsw: 1535
DEBUG    ya.test:process.py:263 Command (pid 513407) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 513407) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 513407) nvcsw: 104510
DEBUG    ya.test:process.py:263 Command (pid 513407) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 513407) stime: 3.477031
DEBUG    ya.test:process.py:263 Command (pid 513407) utime: 11.449243
DEBUG    ya.test:process.py:263 Command (pid 513407) wtime: 17.254
DEBUG    ya.test:process.py:275 Command (pid 513407) output:
2026-01-28T16:18:39.912142Z Fetching udfs...
2026-01-28T16:18:40.443318Z Initialization of fq runner...
2026-01-28T16:18:44.105663Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.047873s
2026-01-28T16:18:45.166518Z Fetching query results...
2026-01-28T16:18:45.166549Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 513407) errors:
...0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b0f19a52de0 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 0x7b0f1996b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0f1996b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0f199eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0f199eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b0f1a0aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b0f1a0ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b0f1a0b0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b0f1a0b0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b0f19a8182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b0f1997a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b0f1997a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b0f19ad1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b0f19ad1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b0f1a0b80c4 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 0x7b0f19a02bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0f19a09fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b0f19984d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b0f1998dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b0f1a0b73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b0f1a0b71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b0f1a0b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b0f1a0b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b0f1a0b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b0f1a0b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b0f1a517db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b0f1a517db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0f1a5176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0f195ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f0f38bc6d8f  (/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 0x7b0f1996b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0f1996b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0f199eb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0f199eb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b0f19a84686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b0f19a84686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b0f19a80dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b0f1997a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b0f1997a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b0f19ad1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b0f19ad1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b0f1a0b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b0f1a0b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b0f1a0b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b0f1a0b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b0f1a0b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b0f1a517db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b0f1a517db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0f1a5176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0f195ab928 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 0x7b0f19a02bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0f19a04424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b0f19a04424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b0f1a0af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b0f1a0aec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b0f1a0ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b0f1a0ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b0f1a0db2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b0f199d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b0f19ad47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b0f19ad47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b0f19ad47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b0f199d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b0f1997a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b0f1997a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b0f19ad1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b0f19ad2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b0f19ad2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b0f19ad2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b0f1a0b75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b0f1a0b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b0f1a0b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b0f1a0b4ccf 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 0x7b0f19a02bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0f19a09fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b0f19a22524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b0f19a22524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b0f19a22524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b0f1998a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b0f1998a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b0f199f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b0f199f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b0f199f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b0f199f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b0f199f3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b0f199dad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b0f1a0b7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b0f1a0b7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b0f1a0b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b0f1a0b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b0f1a0b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b0f1a0b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b0f1a517db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b0f1a517db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0f1a5176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0f195ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f0f38bc6d8f  (/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 0x7b0f1996ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b0f1996ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b0f1a0af0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b0f1a0aece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b0f1a0ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b0f1a0ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b0f1a0dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b0f199d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b0f19ad47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b0f19ad47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b0f19ad47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b0f199d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b0f1997a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b0f1997a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b0f19ad1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b0f19ad1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b0f1a0b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b0f1a0b78d8 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 0x7b0f1996b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0f1996b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0f199eb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0f199eb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b0f1998a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b0f1997a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b0f1997a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b0f19a80ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b0f1997a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b0f1997a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b0f19ad1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b0f19ad1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b0f1a0b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b0f1a0b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b0f1a0b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b0f1a0b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b0f1a0b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b0f1a517db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b0f1a517db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0f1a5176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0f195ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b0f1996b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0f1996b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0f199eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0f199eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b0f1a0aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0f1a0ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b0f1a0ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b0f1a0dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b0f199d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b0f19ad47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b0f19ad47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b0f19ad47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b0f199d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b0f1997a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b0f1997a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b0f19ad1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b0f19ad1a7a 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 0x7b0f19a02bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0f19a09fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b0f19a22524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b0f19a22524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b0f19a22524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b0f1998a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b0f1998a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b0f199f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b0f199f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b0f199f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b0f199f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b0f199ee5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b0f199ce92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b0f199d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b0f19ad47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b0f19ad47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b0f19ad47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b0f199d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b0f1997a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b0f1997a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b0f19a80ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b0f1997a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b0f1997a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b0f1997ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b0f1997ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b0f19ad2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b0f19ad2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b0f1a0b75c6 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 0x7b0f1996b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0f1996b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0f199eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0f199eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b0f1a0aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b0f1a0ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b0f1a0ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b0f1a0dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b0f199d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b0f19ad47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b0f19ad47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b0f19ad47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b0f199d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b0f199d5fb5 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 0x7b0f19a02bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0f19a04424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b0f19a04424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b0f1a0af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b0f1a0aec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b0f1a0ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b0f1a0ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b0f1a0db2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b0f199d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b0f19ad47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b0f19ad47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b0f19ad47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b0f199d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b0f1997a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b0f1997a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b0f19ad1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b0f19ad2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b0f19ad2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b0f19ad2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b0f1a0b75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b0f1a0b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b0f1a0b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b0f1a0b4ccf 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 0x7b0f1996ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b0f1996ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b0f1a0af0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b0f1a0ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b0f1a0ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b0f1a0dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b0f199d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b0f19ad47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b0f19ad47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b0f19ad47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b0f199d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b0f1997a7ec 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 0x7b0f199ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b0f199ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b0f1a0ae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b0f1a0ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b0f1a0ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b0f1a0dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b0f199d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b0f19ad47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b0f19ad47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b0f19ad47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b0f199d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b0f1997a7ec 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 0x7b0f199ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b0f199ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b0f1a0ae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b0f1a0ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b0f1a0ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b0f1a0dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b0f199d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b0f19ad47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b0f19ad47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b0f19ad47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b0f199d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b0f1997a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b0f1997a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b0f19ad1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b0f19ad1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b0f1a0b80c4 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'...0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b0f19a52de0 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 0x7b0f1996b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0f1996b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0f199eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0f199eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b0f1a0aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b0f1a0ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b0f1a0b0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b0f1a0b0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b0f19a8182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b0f1997a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b0f1997a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b0f19ad1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b0f19ad1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b0f1a0b80c4 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 0x7b0f19a02bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0f19a09fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b0f19984d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b0f1998dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b0f1a0b73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b0f1a0b71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b0f1a0b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b0f1a0b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b0f1a0b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b0f1a0b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b0f1a517db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b0f1a517db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b0f1a5176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b0f195ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f0f38bc6d8f  (/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 0x7b0f1996b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0f1996b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0f199eb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0f199eb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b0f19a84686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b0f19a84686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b0f19a80dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b0f1997a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b0f1997a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b0f19ad1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b0f19ad1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b0f1a0b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b0f1a0b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b0f1a0b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b0f1a0b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b0f1a0b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b0f1a517db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b0f1a517db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b0f1a5176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b0f195ab928 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 0x7b0f19a02bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0f19a04424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b0f19a04424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b0f1a0af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b0f1a0aec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b0f1a0ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b0f1a0ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b0f1a0db2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b0f199d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b0f19ad47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b0f19ad47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b0f19ad47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b0f199d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b0f1997a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b0f1997a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b0f19ad1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b0f19ad2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b0f19ad2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b0f19ad2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b0f1a0b75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b0f1a0b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b0f1a0b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b0f1a0b4ccf 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 0x7b0f19a02bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0f19a09fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b0f19a22524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b0f19a22524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b0f19a22524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b0f1998a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b0f1998a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b0f199f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b0f199f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b0f199f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b0f199f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b0f199f3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b0f199dad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b0f1a0b7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b0f1a0b7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b0f1a0b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b0f1a0b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b0f1a0b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b0f1a0b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b0f1a517db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b0f1a517db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b0f1a5176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b0f195ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f0f38bc6d8f  (/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 0x7b0f1996ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b0f1996ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b0f1a0af0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b0f1a0aece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b0f1a0ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b0f1a0ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b0f1a0dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b0f199d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b0f19ad47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b0f19ad47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b0f19ad47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b0f199d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b0f1997a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b0f1997a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b0f19ad1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b0f19ad1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b0f1a0b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b0f1a0b78d8 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 0x7b0f1996b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0f1996b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0f199eb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0f199eb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b0f1998a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b0f1997a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b0f1997a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b0f19a80ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b0f1997a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b0f1997a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b0f19ad1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b0f19ad1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b0f1a0b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b0f1a0b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b0f1a0b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b0f1a0b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b0f1a0b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b0f1a517db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b0f1a517db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b0f1a5176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b0f195ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b0f1996b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0f1996b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0f199eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0f199eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b0f1a0aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0f1a0ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b0f1a0ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b0f1a0dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b0f199d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b0f19ad47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b0f19ad47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b0f19ad47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b0f199d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b0f1997a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b0f1997a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b0f19ad1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b0f19ad1a7a 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 0x7b0f19a02bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0f19a09fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b0f19a22524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b0f19a22524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b0f19a22524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b0f1998a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b0f1998a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b0f199f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b0f199f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b0f199f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b0f199f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b0f199ee5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b0f199ce92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b0f199d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b0f19ad47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b0f19ad47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b0f19ad47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b0f199d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b0f1997a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b0f1997a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b0f19a80ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b0f1997a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b0f1997a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b0f1997ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b0f1997ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b0f19ad2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b0f19ad2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b0f1a0b75c6 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 0x7b0f1996b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0f1996b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0f199eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0f199eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b0f1a0aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b0f1a0ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b0f1a0ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b0f1a0dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b0f199d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b0f19ad47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b0f19ad47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b0f19ad47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b0f199d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b0f199d5fb5 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 0x7b0f19a02bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0f19a04424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b0f19a04424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b0f1a0af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b0f1a0aec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b0f1a0ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b0f1a0ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b0f1a0db2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b0f199d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b0f19ad47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b0f19ad47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b0f19ad47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b0f199d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b0f1997a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b0f1997a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b0f19ad1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b0f19ad2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b0f19ad2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b0f19ad2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b0f1a0b75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b0f1a0b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b0f1a0b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b0f1a0b4ccf 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 0x7b0f1996ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b0f1996ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b0f1a0af0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b0f1a0ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b0f1a0ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b0f1a0dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b0f199d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b0f19ad47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b0f19ad47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b0f19ad47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b0f199d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b0f1997a7ec 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 0x7b0f199ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b0f199ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b0f1a0ae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b0f1a0ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b0f1a0ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b0f1a0dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b0f199d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b0f19ad47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b0f19ad47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b0f19ad47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b0f199d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b0f1997a7ec 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 0x7b0f199ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b0f199ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b0f1a0ae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b0f1a0aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b0f1a0aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b0f1a0ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b0f1a0ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b0f1a0dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b0f199d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b0f19ad47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b0f19ad47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b0f19ad47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b0f199d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b0f19a7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b0f19a7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b0f19a76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b0f19a76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b0f19a76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b0f19a52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b0f19a52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b0f19a8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b0f1997b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b0f1997a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b0f1997a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b0f19ad1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b0f19ad1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b0f1a0b80c4 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-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/3zoe/000a16/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/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 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b9933dea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b9933dea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b9933f41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b9933f41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b99345280c4 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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 531061
DEBUG    ya.test:process.py:259 Command (pid 531061) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 531061) elapsed time (sec): 18.25112247467041
DEBUG    ya.test:process.py:263 Command (pid 531061) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 531061) inblock: 368
DEBUG    ya.test:process.py:263 Command (pid 531061) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 531061) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 531061) majflt: 25
DEBUG    ya.test:process.py:263 Command (pid 531061) maxrss: 1509800
DEBUG    ya.test:process.py:263 Command (pid 531061) minflt: 999079
DEBUG    ya.test:process.py:263 Command (pid 531061) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 531061) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 531061) nivcsw: 1355
DEBUG    ya.test:process.py:263 Command (pid 531061) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 531061) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 531061) nvcsw: 104541
DEBUG    ya.test:process.py:263 Command (pid 531061) oublock: 9656
DEBUG    ya.test:process.py:263 Command (pid 531061) stime: 3.853827
DEBUG    ya.test:process.py:263 Command (pid 531061) utime: 11.927212
DEBUG    ya.test:process.py:263 Command (pid 531061) wtime: 18.254
DEBUG    ya.test:process.py:275 Command (pid 531061) output:
2026-01-28T16:18:57.426386Z Fetching udfs...
2026-01-28T16:18:57.967109Z Initialization of fq runner...
2026-01-28T16:19:01.700694Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.359815s
2026-01-28T16:19:03.066295Z Fetching query results...
2026-01-28T16:19:03.066324Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 531061) errors:
...0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b9933ec2de0 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 0x7b9933ddb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9933ddb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9933e5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9933e5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b993451ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b993451c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b9934520090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b9934520090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b9933ef182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b9933dea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b9933dea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b9933f41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b9933f41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b99345280c4 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 0x7b9933e72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9933e79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9933df4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b9933dfdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b99345273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b99345271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b9934526f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b9934524a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b9934524a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b9934524ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b9934987db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b9934987db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b99349876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9933a1b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f9953030d8f  (/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 0x7b9933ddb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9933ddb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9933e5b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9933e5b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b9933ef4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b9933ef4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b9933ef0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b9933dea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b9933dea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b9933f41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b9933f41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b99345280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b99345278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b9934524bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b9934524aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b9934524ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b9934987db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b9934987db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b99349876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9933a1b928 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 0x7b9933e72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9933e74424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9933e74424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b993451f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b993451ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b993451c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b993451c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b993454b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b9933e4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b9933f447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b9933f447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b9933f447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b9933e46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b9933dea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b9933dea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b9933f41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b9933f42e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b9933f42e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b9933f42e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b99345275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b9934524bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b9934524aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b9934524ccf 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 0x7b9933e72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9933e79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9933e92524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b9933e92524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b9933e92524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b9933dfa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b9933dfa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b9933e61acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b9933e625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b9933e625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b9933e625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b9933e63e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b9933e4ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b9934527044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b9934527044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b9934526f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b9934524a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b9934524a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b9934524ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b9934987db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b9934987db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b99349876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9933a1b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f9953030d8f  (/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 0x7b9933dded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b9933dded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b993451f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b993451ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b993451c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b993451c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b993454bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b9933e4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b9933f447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b9933f447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b9933f447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b9933e46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b9933dea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b9933dea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b9933f41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b9933f41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b99345280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b99345278d8 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 0x7b9933ddb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9933ddb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9933e5b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9933e5b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b9933dfa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b9933dea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b9933dea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b9933ef0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b9933dea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b9933dea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b9933f41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b9933f41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b99345280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b99345278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b9934524bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b9934524aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b9934524ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b9934987db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b9934987db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b99349876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9933a1b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b9933ddb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9933ddb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9933e5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9933e5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b993451ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b993451c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b993451c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b993454bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b9933e4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b9933f447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b9933f447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b9933f447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b9933e46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b9933dea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b9933dea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b9933f41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b9933f41a7a 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 0x7b9933e72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9933e79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9933e92524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b9933e92524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b9933e92524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b9933dfa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b9933dfa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b9933e61acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b9933e625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b9933e625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b9933e625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b9933e5e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b9933e3e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b9933e4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b9933f447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b9933f447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b9933f447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b9933e46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b9933dea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9933dea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b9933ef0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b9933dea511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b9933dea511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b9933deab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b9933deab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b9933f42e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b9933f42e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b99345275c6 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 0x7b9933ddb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9933ddb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9933e5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9933e5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b993451ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b993451c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b993451c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b993454bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b9933e4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b9933f447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b9933f447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b9933f447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b9933e46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b9933e45fb5 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 0x7b9933e72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9933e74424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9933e74424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b993451f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b993451ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b993451c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b993451c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b993454b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b9933e4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b9933f447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b9933f447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b9933f447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b9933e46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b9933dea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b9933dea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b9933f41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b9933f42e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b9933f42e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b9933f42e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b99345275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b9934524bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b9934524aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b9934524ccf 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 0x7b9933dded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b9933dded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b993451f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b993451c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b993451c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b993454bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b9933e4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b9933f447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b9933f447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b9933f447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b9933e46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b9933dea7ec 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 0x7b9933e1c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b9933e1c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b993451e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b993451c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b993451c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b993454bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b9933e4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b9933f447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b9933f447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b9933f447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b9933e46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b9933dea7ec 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 0x7b9933e1c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b9933e1c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b993451e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b993451c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b993451c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b993454bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b9933e4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b9933f447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b9933f447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b9933f447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b9933e46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b9933dea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b9933dea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b9933f41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b9933f41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b99345280c4 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'...0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b9933ec2de0 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 0x7b9933ddb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9933ddb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9933e5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9933e5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b993451ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b993451c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b9934520090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b9934520090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b9933ef182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b9933dea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b9933dea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b9933f41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b9933f41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b99345280c4 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 0x7b9933e72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9933e79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9933df4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b9933dfdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b99345273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b99345271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b9934526f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b9934524a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b9934524a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b9934524ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b9934987db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b9934987db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b99349876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b9933a1b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f9953030d8f  (/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 0x7b9933ddb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9933ddb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9933e5b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9933e5b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b9933ef4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b9933ef4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b9933ef0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b9933dea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b9933dea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b9933f41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b9933f41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b99345280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b99345278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b9934524bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b9934524aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b9934524ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b9934987db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b9934987db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b99349876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b9933a1b928 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 0x7b9933e72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9933e74424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9933e74424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b993451f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b993451ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b993451c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b993451c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b993454b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b9933e4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b9933f447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b9933f447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b9933f447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b9933e46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b9933dea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b9933dea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b9933f41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b9933f42e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b9933f42e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b9933f42e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b99345275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b9934524bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b9934524aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b9934524ccf 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 0x7b9933e72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9933e79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9933e92524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b9933e92524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b9933e92524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b9933dfa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b9933dfa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b9933e61acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b9933e625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b9933e625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b9933e625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b9933e63e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b9933e4ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b9934527044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b9934527044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b9934526f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b9934524a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b9934524a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b9934524ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b9934987db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b9934987db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b99349876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b9933a1b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f9953030d8f  (/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 0x7b9933dded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b9933dded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b993451f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b993451ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b993451c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b993451c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b993454bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b9933e4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b9933f447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b9933f447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b9933f447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b9933e46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b9933dea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b9933dea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b9933f41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b9933f41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b99345280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b99345278d8 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 0x7b9933ddb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9933ddb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9933e5b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9933e5b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b9933dfa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b9933dea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b9933dea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b9933ef0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b9933dea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b9933dea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b9933f41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b9933f41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b99345280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b99345278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b9934524bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b9934524aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b9934524ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b9934987db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b9934987db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b99349876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b9933a1b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b9933ddb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9933ddb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9933e5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9933e5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b993451ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b993451c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b993451c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b993454bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b9933e4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b9933f447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b9933f447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b9933f447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b9933e46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b9933dea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b9933dea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b9933f41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b9933f41a7a 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 0x7b9933e72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9933e79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9933e92524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b9933e92524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b9933e92524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b9933dfa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b9933dfa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b9933e61acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b9933e625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b9933e625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b9933e625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b9933e5e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b9933e3e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b9933e4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b9933f447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b9933f447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b9933f447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b9933e46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b9933dea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9933dea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b9933ef0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b9933dea511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b9933dea511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b9933deab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b9933deab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b9933f42e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b9933f42e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b99345275c6 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 0x7b9933ddb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9933ddb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9933e5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9933e5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b993451ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b993451c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b993451c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b993454bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b9933e4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b9933f447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b9933f447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b9933f447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b9933e46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b9933e45fb5 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 0x7b9933e72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9933e74424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9933e74424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b993451f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b993451ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b993451c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b993451c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b993454b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b9933e4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b9933f447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b9933f447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b9933f447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b9933e46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b9933dea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b9933dea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b9933f41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b9933f42e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b9933f42e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b9933f42e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b99345275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b9934524bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b9934524aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b9934524ccf 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 0x7b9933dded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b9933dded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b993451f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b993451c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b993451c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b993454bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b9933e4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b9933f447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b9933f447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b9933f447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b9933e46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b9933dea7ec 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 0x7b9933e1c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b9933e1c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b993451e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b993451c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b993451c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b993454bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b9933e4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b9933f447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b9933f447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b9933f447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b9933e46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b9933dea7ec 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 0x7b9933e1c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b9933e1c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b993451e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b993451ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b993451ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b993451c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b993451c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b993454bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b9933e4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b9933f447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b9933f447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b9933f447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b9933e46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b9933eee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b9933eee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b9933ee6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b9933ee6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b9933ee6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b9933ec2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b9933ec2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b9933ef288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b9933deb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b9933dea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b9933dea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b9933f41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b9933f41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b99345280c4 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/3zoe/000a16/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/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 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b9d21cda7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b9d21cda6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b9d21e31c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b9d21e31a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b9d224180c4 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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 536339
DEBUG    ya.test:process.py:259 Command (pid 536339) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 536339) elapsed time (sec): 17.754106521606445
DEBUG    ya.test:process.py:263 Command (pid 536339) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 536339) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 536339) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 536339) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 536339) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 536339) maxrss: 1502168
DEBUG    ya.test:process.py:263 Command (pid 536339) minflt: 994426
DEBUG    ya.test:process.py:263 Command (pid 536339) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 536339) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 536339) nivcsw: 1437
DEBUG    ya.test:process.py:263 Command (pid 536339) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 536339) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 536339) nvcsw: 104561
DEBUG    ya.test:process.py:263 Command (pid 536339) oublock: 9656
DEBUG    ya.test:process.py:263 Command (pid 536339) stime: 3.5131259999999997
DEBUG    ya.test:process.py:263 Command (pid 536339) utime: 11.931735
DEBUG    ya.test:process.py:263 Command (pid 536339) wtime: 17.757
DEBUG    ya.test:process.py:275 Command (pid 536339) output:
2026-01-28T16:19:15.941063Z Fetching udfs...
2026-01-28T16:19:16.425775Z Initialization of fq runner...
2026-01-28T16:19:20.279508Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.950557s
2026-01-28T16:19:21.236480Z Fetching query results...
2026-01-28T16:19:21.236501Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 536339) errors:
...0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b9d21db2de0 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 0x7b9d21ccb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9d21ccb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9d21d4ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9d21d4ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9d2240ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b9d2240c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b9d22410090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b9d22410090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b9d21de182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b9d21cda7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b9d21cda6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b9d21e31c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b9d21e31a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b9d224180c4 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 0x7b9d21d62bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9d21d69fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9d21ce4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b9d21cedff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b9d224173ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b9d224171ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b9d22416f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b9d22414a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b9d22414a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b9d22414ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b9d22877db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b9d22877db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9d228776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9d2190b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f9d40f1dd8f  (/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 0x7b9d21ccb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9d21ccb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9d21d4b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9d21d4b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b9d21de4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b9d21de4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b9d21de0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b9d21cda7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b9d21cda6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b9d21e31c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b9d21e31a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b9d224180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b9d224178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b9d22414bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b9d22414aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b9d22414ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b9d22877db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b9d22877db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9d228776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9d2190b928 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 0x7b9d21d62bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9d21d64424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9d21d64424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9d2240f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9d2240ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b9d2240c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b9d2240c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b9d2243b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b9d21d3741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b9d21e347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b9d21e347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b9d21e347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b9d21d36214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b9d21cda7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b9d21cda6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b9d21e31c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b9d21e32e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b9d21e32e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b9d21e32e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b9d224175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b9d22414bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b9d22414aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b9d22414ccf 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 0x7b9d21d62bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9d21d69fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9d21d82524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b9d21d82524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b9d21d82524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b9d21cea26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b9d21cea26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b9d21d51acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b9d21d525ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b9d21d525ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b9d21d525ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b9d21d53e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b9d21d3ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b9d22417044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b9d22417044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b9d22416f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b9d22414a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b9d22414a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b9d22414ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b9d22877db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b9d22877db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9d228776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9d2190b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f9d40f1dd8f  (/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 0x7b9d21cced02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b9d21cced02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b9d2240f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b9d2240ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b9d2240c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b9d2240c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b9d2243bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b9d21d3741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b9d21e347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b9d21e347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b9d21e347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b9d21d36214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b9d21cda7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b9d21cda6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b9d21e31c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b9d21e31a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b9d224180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b9d224178d8 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 0x7b9d21ccb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9d21ccb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9d21d4b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9d21d4b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b9d21cea356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b9d21cda024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b9d21cda024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b9d21de0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b9d21cda7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b9d21cda6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b9d21e31c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b9d21e31a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b9d224180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b9d224178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b9d22414bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b9d22414aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b9d22414ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b9d22877db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b9d22877db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9d228776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9d2190b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b9d21ccb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9d21ccb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9d21d4ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9d21d4ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9d2240ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9d2240c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b9d2240c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b9d2243bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b9d21d3741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b9d21e347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b9d21e347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b9d21e347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b9d21d36214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b9d21cda7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b9d21cda6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b9d21e31c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b9d21e31a7a 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 0x7b9d21d62bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9d21d69fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9d21d82524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b9d21d82524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b9d21d82524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b9d21cea26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b9d21cea26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b9d21d51acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b9d21d525ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b9d21d525ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b9d21d525ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b9d21d4e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b9d21d2e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b9d21d3741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b9d21e347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b9d21e347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b9d21e347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b9d21d36214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b9d21cda024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9d21cda024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b9d21de0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b9d21cda511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b9d21cda511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b9d21cdab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b9d21cdab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b9d21e32e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b9d21e32e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b9d224175c6 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 0x7b9d21ccb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9d21ccb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9d21d4ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9d21d4ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9d2240ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b9d2240c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b9d2240c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b9d2243bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b9d21d3741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b9d21e347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b9d21e347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b9d21e347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b9d21d36214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b9d21d35fb5 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 0x7b9d21d62bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9d21d64424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9d21d64424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9d2240f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9d2240ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b9d2240c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b9d2240c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b9d2243b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b9d21d3741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b9d21e347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b9d21e347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b9d21e347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b9d21d36214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b9d21cda7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b9d21cda6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b9d21e31c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b9d21e32e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b9d21e32e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b9d21e32e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b9d224175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b9d22414bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b9d22414aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b9d22414ccf 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 0x7b9d21cced02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b9d21cced02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b9d2240f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9d2240c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b9d2240c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b9d2243bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b9d21d3741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b9d21e347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b9d21e347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b9d21e347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b9d21d36214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b9d21cda7ec 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 0x7b9d21d0c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b9d21d0c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b9d2240e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9d2240c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b9d2240c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b9d2243bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b9d21d3741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b9d21e347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b9d21e347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b9d21e347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b9d21d36214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b9d21cda7ec 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 0x7b9d21d0c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b9d21d0c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b9d2240e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b9d2240c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b9d2240c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b9d2243bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b9d21d3741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b9d21e347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b9d21e347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b9d21e347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b9d21d36214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b9d21cda7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b9d21cda6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b9d21e31c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b9d21e31a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b9d224180c4 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'...0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b9d21db2de0 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 0x7b9d21ccb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9d21ccb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9d21d4ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9d21d4ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9d2240ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b9d2240c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b9d22410090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b9d22410090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b9d21de182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b9d21cda7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b9d21cda6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b9d21e31c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b9d21e31a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b9d224180c4 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 0x7b9d21d62bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9d21d69fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9d21ce4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b9d21cedff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b9d224173ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b9d224171ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b9d22416f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b9d22414a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b9d22414a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b9d22414ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b9d22877db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b9d22877db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b9d228776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b9d2190b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f9d40f1dd8f  (/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 0x7b9d21ccb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9d21ccb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9d21d4b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9d21d4b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b9d21de4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b9d21de4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b9d21de0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b9d21cda7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b9d21cda6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b9d21e31c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b9d21e31a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b9d224180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b9d224178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b9d22414bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b9d22414aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b9d22414ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b9d22877db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b9d22877db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b9d228776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b9d2190b928 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 0x7b9d21d62bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9d21d64424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9d21d64424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9d2240f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9d2240ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b9d2240c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b9d2240c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b9d2243b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b9d21d3741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b9d21e347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b9d21e347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b9d21e347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b9d21d36214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b9d21cda7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b9d21cda6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b9d21e31c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b9d21e32e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b9d21e32e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b9d21e32e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b9d224175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b9d22414bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b9d22414aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b9d22414ccf 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 0x7b9d21d62bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9d21d69fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9d21d82524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b9d21d82524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b9d21d82524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b9d21cea26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b9d21cea26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b9d21d51acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b9d21d525ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b9d21d525ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b9d21d525ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b9d21d53e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b9d21d3ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b9d22417044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b9d22417044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b9d22416f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b9d22414a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b9d22414a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b9d22414ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b9d22877db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b9d22877db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b9d228776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b9d2190b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f9d40f1dd8f  (/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 0x7b9d21cced02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b9d21cced02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b9d2240f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b9d2240ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b9d2240c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b9d2240c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b9d2243bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b9d21d3741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b9d21e347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b9d21e347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b9d21e347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b9d21d36214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b9d21cda7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b9d21cda6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b9d21e31c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b9d21e31a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b9d224180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b9d224178d8 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 0x7b9d21ccb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9d21ccb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9d21d4b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9d21d4b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b9d21cea356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b9d21cda024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b9d21cda024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b9d21de0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b9d21cda7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b9d21cda6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b9d21e31c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b9d21e31a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b9d224180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b9d224178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b9d22414bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b9d22414aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b9d22414ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b9d22877db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b9d22877db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b9d228776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b9d2190b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b9d21ccb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9d21ccb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9d21d4ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9d21d4ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9d2240ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9d2240c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b9d2240c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b9d2243bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b9d21d3741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b9d21e347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b9d21e347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b9d21e347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b9d21d36214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b9d21cda7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b9d21cda6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b9d21e31c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b9d21e31a7a 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 0x7b9d21d62bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9d21d69fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9d21d82524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b9d21d82524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b9d21d82524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b9d21cea26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b9d21cea26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b9d21d51acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b9d21d525ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b9d21d525ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b9d21d525ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b9d21d4e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b9d21d2e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b9d21d3741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b9d21e347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b9d21e347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b9d21e347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b9d21d36214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b9d21cda024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9d21cda024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b9d21de0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b9d21cda511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b9d21cda511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b9d21cdab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b9d21cdab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b9d21e32e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b9d21e32e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b9d224175c6 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 0x7b9d21ccb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9d21ccb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9d21d4ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9d21d4ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9d2240ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b9d2240c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b9d2240c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b9d2243bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b9d21d3741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b9d21e347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b9d21e347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b9d21e347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b9d21d36214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b9d21d35fb5 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 0x7b9d21d62bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9d21d64424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9d21d64424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9d2240f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9d2240ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b9d2240c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b9d2240c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b9d2243b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b9d21d3741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b9d21e347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b9d21e347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b9d21e347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b9d21d36214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b9d21cda7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b9d21cda6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b9d21e31c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b9d21e32e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b9d21e32e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b9d21e32e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b9d224175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b9d22414bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b9d22414aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b9d22414ccf 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 0x7b9d21cced02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b9d21cced02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b9d2240f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9d2240c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b9d2240c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b9d2243bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b9d21d3741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b9d21e347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b9d21e347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b9d21e347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b9d21d36214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b9d21cda7ec 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 0x7b9d21d0c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b9d21d0c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b9d2240e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9d2240c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b9d2240c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b9d2243bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b9d21d3741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b9d21e347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b9d21e347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b9d21e347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b9d21d36214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b9d21cda7ec 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 0x7b9d21d0c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b9d21d0c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b9d2240e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b9d2240ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b9d2240ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b9d2240c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b9d2240c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b9d2243bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b9d21d3741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b9d21e347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b9d21e347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b9d21e347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b9d21d36214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b9d21dde76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b9d21dde76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b9d21dd6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b9d21dd6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b9d21dd6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b9d21db2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b9d21db2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b9d21de288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b9d21cdb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b9d21cda7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b9d21cda6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b9d21e31c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b9d21e31a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b9d224180c4 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/3zoe/000a16/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/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 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bdfa5dba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bdfa5dba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bdfa5f11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bdfa5f11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bdfa64f80c4 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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 541152
DEBUG    ya.test:process.py:259 Command (pid 541152) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 541152) elapsed time (sec): 19.005054712295532
DEBUG    ya.test:process.py:263 Command (pid 541152) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 541152) inblock: 352
DEBUG    ya.test:process.py:263 Command (pid 541152) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 541152) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 541152) majflt: 6
DEBUG    ya.test:process.py:263 Command (pid 541152) maxrss: 1512860
DEBUG    ya.test:process.py:263 Command (pid 541152) minflt: 997627
DEBUG    ya.test:process.py:263 Command (pid 541152) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 541152) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 541152) nivcsw: 877
DEBUG    ya.test:process.py:263 Command (pid 541152) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 541152) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 541152) nvcsw: 105473
DEBUG    ya.test:process.py:263 Command (pid 541152) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 541152) stime: 3.949027
DEBUG    ya.test:process.py:263 Command (pid 541152) utime: 11.92961
DEBUG    ya.test:process.py:263 Command (pid 541152) wtime: 19.011
DEBUG    ya.test:process.py:275 Command (pid 541152) output:
2026-01-28T16:19:33.943431Z Fetching udfs...
2026-01-28T16:19:34.491396Z Initialization of fq runner...
2026-01-28T16:19:38.295616Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.253985s
2026-01-28T16:19:39.555290Z Fetching query results...
2026-01-28T16:19:39.555318Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 541152) errors:
...0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bdfa5e92de0 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 0x7bdfa5dab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdfa5dab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdfa5e2ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdfa5e2ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdfa64eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bdfa64ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bdfa64f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bdfa64f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bdfa5ec182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bdfa5dba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bdfa5dba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bdfa5f11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bdfa5f11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bdfa64f80c4 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 0x7bdfa5e42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdfa5e49fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bdfa5dc4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bdfa5dcdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bdfa64f73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bdfa64f71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bdfa64f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bdfa64f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bdfa64f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bdfa64f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bdfa6957db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bdfa6957db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdfa69576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdfa59eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7fdfc5008d8f  (/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 0x7bdfa5dab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdfa5dab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdfa5e2b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdfa5e2b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bdfa5ec4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bdfa5ec4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bdfa5ec0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bdfa5dba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bdfa5dba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bdfa5f11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bdfa5f11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bdfa64f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bdfa64f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bdfa64f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bdfa64f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bdfa64f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bdfa6957db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bdfa6957db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdfa69576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdfa59eb928 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 0x7bdfa5e42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdfa5e44424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bdfa5e44424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bdfa64ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bdfa64eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bdfa64ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bdfa64ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bdfa651b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bdfa5e1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bdfa5f147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bdfa5f147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bdfa5f147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bdfa5e16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bdfa5dba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bdfa5dba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bdfa5f11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bdfa5f12e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bdfa5f12e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bdfa5f12e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bdfa64f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bdfa64f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bdfa64f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bdfa64f4ccf 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 0x7bdfa5e42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdfa5e49fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bdfa5e62524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bdfa5e62524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bdfa5e62524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bdfa5dca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bdfa5dca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bdfa5e31acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bdfa5e325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bdfa5e325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bdfa5e325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bdfa5e33e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bdfa5e1ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bdfa64f7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bdfa64f7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bdfa64f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bdfa64f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bdfa64f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bdfa64f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bdfa6957db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bdfa6957db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdfa69576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdfa59eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7fdfc5008d8f  (/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 0x7bdfa5daed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bdfa5daed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bdfa64ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bdfa64eece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bdfa64ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bdfa64ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bdfa651bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bdfa5e1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bdfa5f147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bdfa5f147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bdfa5f147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bdfa5e16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bdfa5dba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bdfa5dba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bdfa5f11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bdfa5f11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bdfa64f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bdfa64f78d8 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 0x7bdfa5dab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdfa5dab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdfa5e2b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdfa5e2b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bdfa5dca356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bdfa5dba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bdfa5dba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bdfa5ec0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bdfa5dba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bdfa5dba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bdfa5f11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bdfa5f11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bdfa64f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bdfa64f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bdfa64f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bdfa64f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bdfa64f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bdfa6957db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bdfa6957db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdfa69576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdfa59eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7bdfa5dab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdfa5dab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdfa5e2ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdfa5e2ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdfa64eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdfa64ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bdfa64ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bdfa651bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bdfa5e1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bdfa5f147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bdfa5f147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bdfa5f147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bdfa5e16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bdfa5dba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bdfa5dba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bdfa5f11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bdfa5f11a7a 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 0x7bdfa5e42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdfa5e49fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bdfa5e62524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bdfa5e62524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bdfa5e62524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bdfa5dca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bdfa5dca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bdfa5e31acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bdfa5e325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bdfa5e325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bdfa5e325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bdfa5e2e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bdfa5e0e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bdfa5e1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bdfa5f147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bdfa5f147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bdfa5f147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bdfa5e16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bdfa5dba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdfa5dba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bdfa5ec0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bdfa5dba511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bdfa5dba511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bdfa5dbab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bdfa5dbab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bdfa5f12e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bdfa5f12e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bdfa64f75c6 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 0x7bdfa5dab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdfa5dab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdfa5e2ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdfa5e2ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdfa64eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bdfa64ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bdfa64ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bdfa651bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bdfa5e1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bdfa5f147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bdfa5f147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bdfa5f147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bdfa5e16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bdfa5e15fb5 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 0x7bdfa5e42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdfa5e44424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bdfa5e44424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bdfa64ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bdfa64eec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bdfa64ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bdfa64ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bdfa651b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bdfa5e1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bdfa5f147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bdfa5f147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bdfa5f147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bdfa5e16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bdfa5dba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bdfa5dba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bdfa5f11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bdfa5f12e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bdfa5f12e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bdfa5f12e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bdfa64f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bdfa64f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bdfa64f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bdfa64f4ccf 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 0x7bdfa5daed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bdfa5daed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bdfa64ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdfa64ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bdfa64ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bdfa651bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bdfa5e1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bdfa5f147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bdfa5f147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bdfa5f147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bdfa5e16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bdfa5dba7ec 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 0x7bdfa5dec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bdfa5dec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bdfa64ee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdfa64ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bdfa64ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bdfa651bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bdfa5e1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bdfa5f147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bdfa5f147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bdfa5f147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bdfa5e16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bdfa5dba7ec 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 0x7bdfa5dec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bdfa5dec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bdfa64ee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bdfa64ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bdfa64ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bdfa651bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bdfa5e1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bdfa5f147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bdfa5f147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bdfa5f147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bdfa5e16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bdfa5dba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bdfa5dba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bdfa5f11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bdfa5f11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bdfa64f80c4 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'...0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bdfa5e92de0 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 0x7bdfa5dab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdfa5dab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdfa5e2ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdfa5e2ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdfa64eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bdfa64ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bdfa64f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bdfa64f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bdfa5ec182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bdfa5dba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bdfa5dba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bdfa5f11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bdfa5f11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bdfa64f80c4 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 0x7bdfa5e42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdfa5e49fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bdfa5dc4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bdfa5dcdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bdfa64f73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bdfa64f71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bdfa64f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bdfa64f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bdfa64f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bdfa64f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bdfa6957db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bdfa6957db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bdfa69576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bdfa59eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7fdfc5008d8f  (/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 0x7bdfa5dab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdfa5dab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdfa5e2b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdfa5e2b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bdfa5ec4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bdfa5ec4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bdfa5ec0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bdfa5dba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bdfa5dba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bdfa5f11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bdfa5f11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bdfa64f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bdfa64f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bdfa64f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bdfa64f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bdfa64f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bdfa6957db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bdfa6957db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bdfa69576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bdfa59eb928 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 0x7bdfa5e42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdfa5e44424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bdfa5e44424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bdfa64ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bdfa64eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bdfa64ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bdfa64ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bdfa651b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bdfa5e1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bdfa5f147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bdfa5f147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bdfa5f147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bdfa5e16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bdfa5dba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bdfa5dba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bdfa5f11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bdfa5f12e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bdfa5f12e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bdfa5f12e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bdfa64f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bdfa64f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bdfa64f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bdfa64f4ccf 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 0x7bdfa5e42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdfa5e49fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bdfa5e62524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bdfa5e62524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bdfa5e62524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bdfa5dca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bdfa5dca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bdfa5e31acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bdfa5e325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bdfa5e325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bdfa5e325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bdfa5e33e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bdfa5e1ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bdfa64f7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bdfa64f7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bdfa64f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bdfa64f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bdfa64f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bdfa64f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bdfa6957db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bdfa6957db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bdfa69576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bdfa59eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7fdfc5008d8f  (/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 0x7bdfa5daed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bdfa5daed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bdfa64ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bdfa64eece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bdfa64ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bdfa64ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bdfa651bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bdfa5e1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bdfa5f147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bdfa5f147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bdfa5f147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bdfa5e16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bdfa5dba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bdfa5dba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bdfa5f11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bdfa5f11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bdfa64f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bdfa64f78d8 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 0x7bdfa5dab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdfa5dab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdfa5e2b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdfa5e2b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bdfa5dca356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bdfa5dba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bdfa5dba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bdfa5ec0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bdfa5dba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bdfa5dba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bdfa5f11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bdfa5f11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bdfa64f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bdfa64f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bdfa64f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bdfa64f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bdfa64f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bdfa6957db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bdfa6957db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bdfa69576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bdfa59eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7bdfa5dab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdfa5dab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdfa5e2ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdfa5e2ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdfa64eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdfa64ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bdfa64ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bdfa651bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bdfa5e1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bdfa5f147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bdfa5f147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bdfa5f147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bdfa5e16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bdfa5dba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bdfa5dba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bdfa5f11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bdfa5f11a7a 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 0x7bdfa5e42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdfa5e49fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bdfa5e62524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bdfa5e62524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bdfa5e62524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bdfa5dca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bdfa5dca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bdfa5e31acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bdfa5e325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bdfa5e325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bdfa5e325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bdfa5e2e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bdfa5e0e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bdfa5e1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bdfa5f147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bdfa5f147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bdfa5f147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bdfa5e16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bdfa5dba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bdfa5dba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bdfa5ec0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bdfa5dba511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bdfa5dba511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bdfa5dbab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bdfa5dbab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bdfa5f12e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bdfa5f12e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bdfa64f75c6 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 0x7bdfa5dab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdfa5dab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdfa5e2ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdfa5e2ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdfa64eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bdfa64ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bdfa64ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bdfa651bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bdfa5e1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bdfa5f147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bdfa5f147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bdfa5f147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bdfa5e16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bdfa5e15fb5 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 0x7bdfa5e42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdfa5e44424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bdfa5e44424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bdfa64ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bdfa64eec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bdfa64ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bdfa64ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bdfa651b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bdfa5e1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bdfa5f147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bdfa5f147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bdfa5f147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bdfa5e16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bdfa5dba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bdfa5dba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bdfa5f11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bdfa5f12e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bdfa5f12e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bdfa5f12e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bdfa64f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bdfa64f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bdfa64f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bdfa64f4ccf 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 0x7bdfa5daed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bdfa5daed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bdfa64ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdfa64ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bdfa64ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bdfa651bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bdfa5e1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bdfa5f147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bdfa5f147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bdfa5f147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bdfa5e16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bdfa5dba7ec 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 0x7bdfa5dec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bdfa5dec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bdfa64ee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdfa64ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bdfa64ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bdfa651bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bdfa5e1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bdfa5f147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bdfa5f147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bdfa5f147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bdfa5e16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bdfa5dba7ec 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 0x7bdfa5dec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bdfa5dec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bdfa64ee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bdfa64eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bdfa64eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bdfa64ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bdfa64ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bdfa651bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bdfa5e1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bdfa5f147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bdfa5f147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bdfa5f147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bdfa5e16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bdfa5ebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bdfa5ebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bdfa5eb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bdfa5eb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bdfa5eb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bdfa5e92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bdfa5e92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bdfa5ec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bdfa5dbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bdfa5dba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bdfa5dba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bdfa5f11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bdfa5f11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bdfa64f80c4 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/3zoe/000a16/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/topic_3.txt' has failed with code 100.
E   Errors:
E   ...fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b53c98fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b53c98fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b53c9a51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b53c9a51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b53ca0380c4 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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 545998
DEBUG    ya.test:process.py:259 Command (pid 545998) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 545998) elapsed time (sec): 18.420429468154907
DEBUG    ya.test:process.py:263 Command (pid 545998) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 545998) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 545998) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 545998) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 545998) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 545998) maxrss: 1508464
DEBUG    ya.test:process.py:263 Command (pid 545998) minflt: 997048
DEBUG    ya.test:process.py:263 Command (pid 545998) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 545998) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 545998) nivcsw: 3139
DEBUG    ya.test:process.py:263 Command (pid 545998) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 545998) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 545998) nvcsw: 104120
DEBUG    ya.test:process.py:263 Command (pid 545998) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 545998) stime: 3.927399
DEBUG    ya.test:process.py:263 Command (pid 545998) utime: 11.728288
DEBUG    ya.test:process.py:263 Command (pid 545998) wtime: 18.422
DEBUG    ya.test:process.py:275 Command (pid 545998) output:
2026-01-28T16:19:53.231154Z Fetching udfs...
2026-01-28T16:19:53.769294Z Initialization of fq runner...
2026-01-28T16:19:57.640234Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.147358s
2026-01-28T16:19:58.796399Z Fetching query results...
2026-01-28T16:19:58.796431Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 545998) errors:
...0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b53c99d2de0 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 0x7b53c98eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b53c98eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b53c996ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b53c996ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b53ca02ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b53ca02c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b53ca030090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b53ca030090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b53c9a0182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b53c98fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b53c98fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b53c9a51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b53c9a51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b53ca0380c4 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 0x7b53c9982bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b53c9989fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b53c9904d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b53c990dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b53ca0373ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b53ca0371ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b53ca036f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b53ca034a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b53ca034a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b53ca034ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b53ca497db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b53ca497db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b53ca4976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b53c952b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f53e8b3fd8f  (/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 0x7b53c98eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b53c98eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b53c996b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b53c996b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b53c9a04686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b53c9a04686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b53c9a00dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b53c98fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b53c98fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b53c9a51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b53c9a51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b53ca0380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b53ca0378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b53ca034bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b53ca034aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b53ca034ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b53ca497db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b53ca497db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b53ca4976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b53c952b928 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 0x7b53c9982bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b53c9984424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b53c9984424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b53ca02f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b53ca02ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b53ca02c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b53ca02c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b53ca05b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b53c995741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b53c9a547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b53c9a547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b53c9a547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b53c9956214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b53c98fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b53c98fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b53c9a51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b53c9a52e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b53c9a52e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b53c9a52e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b53ca0375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b53ca034bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b53ca034aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b53ca034ccf 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 0x7b53c9982bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b53c9989fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b53c99a2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b53c99a2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b53c99a2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b53c990a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b53c990a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b53c9971acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b53c99725ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b53c99725ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b53c99725ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b53c9973e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b53c995ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b53ca037044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b53ca037044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b53ca036f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b53ca034a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b53ca034a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b53ca034ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b53ca497db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b53ca497db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b53ca4976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b53c952b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f53e8b3fd8f  (/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 0x7b53c98eed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b53c98eed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b53ca02f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b53ca02ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b53ca02c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b53ca02c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b53ca05bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b53c995741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b53c9a547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b53c9a547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b53c9a547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b53c9956214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b53c98fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b53c98fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b53c9a51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b53c9a51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b53ca0380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b53ca0378d8 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 0x7b53c98eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b53c98eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b53c996b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b53c996b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b53c990a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b53c98fa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b53c98fa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b53c9a00ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b53c98fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b53c98fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b53c9a51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b53c9a51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b53ca0380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b53ca0378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b53ca034bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b53ca034aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b53ca034ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b53ca497db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b53ca497db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b53ca4976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b53c952b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b53c98eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b53c98eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b53c996ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b53c996ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b53ca02ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b53ca02c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b53ca02c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b53ca05bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b53c995741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b53c9a547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b53c9a547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b53c9a547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b53c9956214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b53c98fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b53c98fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b53c9a51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b53c9a51a7a 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 0x7b53c9982bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b53c9989fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b53c99a2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b53c99a2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b53c99a2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b53c990a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b53c990a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b53c9971acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b53c99725ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b53c99725ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b53c99725ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b53c996e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b53c994e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b53c995741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b53c9a547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b53c9a547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b53c9a547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b53c9956214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b53c98fa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b53c98fa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b53c9a00ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b53c98fa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b53c98fa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b53c98fab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b53c98fab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b53c9a52e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b53c9a52e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b53ca0375c6 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 0x7b53c98eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b53c98eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b53c996ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b53c996ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b53ca02ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b53ca02c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b53ca02c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b53ca05bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b53c995741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b53c9a547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b53c9a547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b53c9a547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b53c9956214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b53c9955fb5 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 0x7b53c9982bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b53c9984424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b53c9984424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b53ca02f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b53ca02ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b53ca02c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b53ca02c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b53ca05b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b53c995741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b53c9a547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b53c9a547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b53c9a547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b53c9956214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b53c98fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b53c98fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b53c9a51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b53c9a52e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b53c9a52e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b53c9a52e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b53ca0375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b53ca034bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b53ca034aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b53ca034ccf 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 0x7b53c98eed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b53c98eed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b53ca02f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b53ca02c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b53ca02c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b53ca05bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b53c995741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b53c9a547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b53c9a547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b53c9a547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b53c9956214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b53c98fa7ec 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 0x7b53c992c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b53c992c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b53ca02e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b53ca02c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b53ca02c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b53ca05bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b53c995741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b53c9a547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b53c9a547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b53c9a547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b53c9956214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b53c98fa7ec 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 0x7b53c992c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b53c992c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b53ca02e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b53ca02c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b53ca02c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b53ca05bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b53c995741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b53c9a547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b53c9a547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b53c9a547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b53c9956214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b53c98fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b53c98fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b53c9a51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b53c9a51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b53ca0380c4 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'...0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b53c99d2de0 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 0x7b53c98eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b53c98eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b53c996ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b53c996ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b53ca02ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b53ca02c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b53ca030090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b53ca030090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b53c9a0182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b53c98fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b53c98fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b53c9a51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b53c9a51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b53ca0380c4 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 0x7b53c9982bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b53c9989fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b53c9904d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b53c990dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b53ca0373ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b53ca0371ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b53ca036f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b53ca034a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b53ca034a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b53ca034ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b53ca497db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b53ca497db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b53ca4976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b53c952b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f53e8b3fd8f  (/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 0x7b53c98eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b53c98eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b53c996b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b53c996b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b53c9a04686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b53c9a04686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b53c9a00dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b53c98fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b53c98fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b53c9a51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b53c9a51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b53ca0380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b53ca0378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b53ca034bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b53ca034aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b53ca034ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b53ca497db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b53ca497db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b53ca4976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b53c952b928 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 0x7b53c9982bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b53c9984424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b53c9984424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b53ca02f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b53ca02ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b53ca02c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b53ca02c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b53ca05b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b53c995741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b53c9a547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b53c9a547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b53c9a547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b53c9956214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b53c98fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b53c98fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b53c9a51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b53c9a52e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b53c9a52e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b53c9a52e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b53ca0375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b53ca034bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b53ca034aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b53ca034ccf 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 0x7b53c9982bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b53c9989fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b53c99a2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b53c99a2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b53c99a2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b53c990a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b53c990a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b53c9971acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b53c99725ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b53c99725ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b53c99725ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b53c9973e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b53c995ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b53ca037044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b53ca037044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b53ca036f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b53ca034a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b53ca034a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b53ca034ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b53ca497db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b53ca497db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b53ca4976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b53c952b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f53e8b3fd8f  (/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 0x7b53c98eed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b53c98eed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b53ca02f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b53ca02ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b53ca02c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b53ca02c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b53ca05bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b53c995741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b53c9a547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b53c9a547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b53c9a547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b53c9956214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b53c98fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b53c98fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b53c9a51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b53c9a51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b53ca0380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b53ca0378d8 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 0x7b53c98eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b53c98eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b53c996b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b53c996b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b53c990a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b53c98fa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b53c98fa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b53c9a00ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b53c98fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b53c98fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b53c9a51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b53c9a51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b53ca0380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b53ca0378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b53ca034bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b53ca034aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b53ca034ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b53ca497db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b53ca497db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b53ca4976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b53c952b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b53c98eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b53c98eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b53c996ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b53c996ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b53ca02ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b53ca02c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b53ca02c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b53ca05bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b53c995741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b53c9a547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b53c9a547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b53c9a547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b53c9956214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b53c98fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b53c98fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b53c9a51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b53c9a51a7a 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 0x7b53c9982bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b53c9989fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b53c99a2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b53c99a2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b53c99a2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b53c990a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b53c990a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b53c9971acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b53c99725ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b53c99725ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b53c99725ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b53c996e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b53c994e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b53c995741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b53c9a547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b53c9a547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b53c9a547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b53c9956214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b53c98fa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b53c98fa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b53c9a00ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b53c98fa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b53c98fa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b53c98fab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b53c98fab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b53c9a52e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b53c9a52e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b53ca0375c6 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 0x7b53c98eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b53c98eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b53c996ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b53c996ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b53ca02ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b53ca02c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b53ca02c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b53ca05bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b53c995741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b53c9a547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b53c9a547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b53c9a547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b53c9956214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b53c9955fb5 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 0x7b53c9982bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b53c9984424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b53c9984424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b53ca02f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b53ca02ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b53ca02c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b53ca02c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b53ca05b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b53c995741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b53c9a547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b53c9a547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b53c9a547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b53c9956214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b53c98fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b53c98fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b53c9a51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b53c9a52e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b53c9a52e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b53c9a52e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b53ca0375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b53ca034bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b53ca034aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b53ca034ccf 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 0x7b53c98eed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b53c98eed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b53ca02f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b53ca02c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b53ca02c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b53ca05bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b53c995741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b53c9a547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b53c9a547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b53c9a547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b53c9956214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b53c98fa7ec 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 0x7b53c992c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b53c992c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b53ca02e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b53ca02c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b53ca02c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b53ca05bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b53c995741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b53c9a547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b53c9a547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b53c9a547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b53c9956214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b53c98fa7ec 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 0x7b53c992c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b53c992c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b53ca02e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b53ca02ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b53ca02ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b53ca02c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b53ca02c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b53ca05bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b53c995741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b53c9a547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b53c9a547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b53c9a547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b53c9956214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b53c99fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b53c99fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b53c99f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b53c99f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b53c99f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b53c99d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b53c99d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b53c9a0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b53c98fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b53c98fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b53c98fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b53c9a51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b53c9a51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b53ca0380c4 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/3zoe/000a16/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/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 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b531fcea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b531fcea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b531fe41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b531fe41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b53204280c4 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/3zoe/000a16/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/3zoe/000a16/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/3zoe/000a16/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 551664
DEBUG    ya.test:process.py:259 Command (pid 551664) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 551664) elapsed time (sec): 18.041795015335083
DEBUG    ya.test:process.py:263 Command (pid 551664) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 551664) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 551664) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 551664) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 551664) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 551664) maxrss: 1489484
DEBUG    ya.test:process.py:263 Command (pid 551664) minflt: 998895
DEBUG    ya.test:process.py:263 Command (pid 551664) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 551664) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 551664) nivcsw: 537
DEBUG    ya.test:process.py:263 Command (pid 551664) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 551664) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 551664) nvcsw: 104738
DEBUG    ya.test:process.py:263 Command (pid 551664) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 551664) stime: 4.122476
DEBUG    ya.test:process.py:263 Command (pid 551664) utime: 11.211831
DEBUG    ya.test:process.py:263 Command (pid 551664) wtime: 18.044
DEBUG    ya.test:process.py:275 Command (pid 551664) output:
2026-01-28T16:20:11.805142Z Fetching udfs...
2026-01-28T16:20:12.272172Z Initialization of fq runner...
2026-01-28T16:20:15.857640Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.950794s
2026-01-28T16:20:16.814008Z Fetching query results...
2026-01-28T16:20:16.814035Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 551664) errors:
...0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b531fdc2de0 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 0x7b531fcdb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b531fcdb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b531fd5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b531fd5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b532041ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b532041c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b5320420090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b5320420090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b531fdf182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b531fcea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b531fcea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b531fe41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b531fe41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b53204280c4 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 0x7b531fd72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b531fd79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b531fcf4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b531fcfdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b53204273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b53204271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b5320426f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b5320424a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b5320424a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b5320424ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b5320887db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b5320887db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b53208876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b531f91b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f533ef2cd8f  (/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 0x7b531fcdb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b531fcdb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b531fd5b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b531fd5b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b531fdf4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b531fdf4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b531fdf0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b531fcea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b531fcea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b531fe41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b531fe41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b53204280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b53204278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b5320424bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b5320424aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b5320424ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b5320887db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b5320887db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b53208876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b531f91b928 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 0x7b531fd72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b531fd74424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b531fd74424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b532041f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b532041ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b532041c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b532041c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b532044b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b531fd4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b531fe447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b531fe447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b531fe447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b531fd46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b531fcea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b531fcea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b531fe41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b531fe42e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b531fe42e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b531fe42e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b53204275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b5320424bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b5320424aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b5320424ccf 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 0x7b531fd72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b531fd79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b531fd92524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b531fd92524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b531fd92524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b531fcfa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b531fcfa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b531fd61acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b531fd625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b531fd625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b531fd625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b531fd63e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b531fd4ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b5320427044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b5320427044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b5320426f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b5320424a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b5320424a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b5320424ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b5320887db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b5320887db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b53208876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b531f91b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f533ef2cd8f  (/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 0x7b531fcded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b531fcded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b532041f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b532041ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b532041c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b532041c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b532044bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b531fd4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b531fe447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b531fe447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b531fe447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b531fd46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b531fcea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b531fcea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b531fe41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b531fe41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b53204280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b53204278d8 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 0x7b531fcdb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b531fcdb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b531fd5b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b531fd5b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b531fcfa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b531fcea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b531fcea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b531fdf0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b531fcea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b531fcea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b531fe41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b531fe41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b53204280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b53204278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b5320424bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b5320424aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b5320424ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b5320887db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b5320887db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b53208876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b531f91b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b531fcdb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b531fcdb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b531fd5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b531fd5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b532041ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b532041c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b532041c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b532044bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b531fd4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b531fe447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b531fe447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b531fe447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b531fd46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b531fcea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b531fcea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b531fe41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b531fe41a7a 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 0x7b531fd72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b531fd79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b531fd92524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b531fd92524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b531fd92524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b531fcfa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b531fcfa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b531fd61acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b531fd625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b531fd625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b531fd625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b531fd5e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b531fd3e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b531fd4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b531fe447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b531fe447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b531fe447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b531fd46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b531fcea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b531fcea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b531fdf0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b531fcea511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b531fcea511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b531fceab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b531fceab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b531fe42e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b531fe42e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b53204275c6 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 0x7b531fcdb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b531fcdb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b531fd5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b531fd5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b532041ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b532041c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b532041c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b532044bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b531fd4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b531fe447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b531fe447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b531fe447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b531fd46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b531fd45fb5 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 0x7b531fd72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b531fd74424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b531fd74424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b532041f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b532041ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b532041c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b532041c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b532044b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b531fd4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b531fe447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b531fe447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b531fe447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b531fd46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b531fcea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b531fcea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b531fe41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b531fe42e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b531fe42e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b531fe42e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b53204275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b5320424bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b5320424aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b5320424ccf 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 0x7b531fcded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b531fcded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b532041f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b532041c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b532041c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b532044bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b531fd4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b531fe447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b531fe447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b531fe447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b531fd46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b531fcea7ec 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 0x7b531fd1c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b531fd1c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b532041e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b532041c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b532041c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b532044bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b531fd4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b531fe447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b531fe447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b531fe447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b531fd46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b531fcea7ec 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 0x7b531fd1c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b531fd1c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b532041e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b532041c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b532041c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b532044bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b531fd4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b531fe447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b531fe447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b531fe447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b531fd46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b531fcea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b531fcea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b531fe41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b531fe41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b53204280c4 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'...0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b531fdc2de0 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 0x7b531fcdb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b531fcdb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b531fd5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b531fd5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b532041ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b532041c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b5320420090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b5320420090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b531fdf182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b531fcea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b531fcea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b531fe41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b531fe41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b53204280c4 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 0x7b531fd72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b531fd79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b531fcf4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b531fcfdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b53204273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b53204271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b5320426f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b5320424a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b5320424a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b5320424ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b5320887db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b5320887db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b53208876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b531f91b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f533ef2cd8f  (/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 0x7b531fcdb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b531fcdb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b531fd5b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b531fd5b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b531fdf4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b531fdf4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b531fdf0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b531fcea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b531fcea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b531fe41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b531fe41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b53204280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b53204278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b5320424bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b5320424aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b5320424ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b5320887db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b5320887db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b53208876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b531f91b928 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 0x7b531fd72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b531fd74424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b531fd74424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b532041f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b532041ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b532041c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b532041c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b532044b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b531fd4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b531fe447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b531fe447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b531fe447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b531fd46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b531fcea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b531fcea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b531fe41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b531fe42e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b531fe42e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b531fe42e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b53204275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b5320424bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b5320424aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b5320424ccf 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 0x7b531fd72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b531fd79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b531fd92524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b531fd92524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b531fd92524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b531fcfa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b531fcfa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b531fd61acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b531fd625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b531fd625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b531fd625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b531fd63e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b531fd4ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b5320427044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b5320427044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b5320426f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b5320424a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b5320424a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b5320424ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b5320887db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b5320887db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b53208876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b531f91b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f533ef2cd8f  (/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 0x7b531fcded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b531fcded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b532041f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b532041ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b532041c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b532041c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b532044bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b531fd4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b531fe447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b531fe447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b531fe447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b531fd46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b531fcea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b531fcea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b531fe41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b531fe41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b53204280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b53204278d8 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 0x7b531fcdb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b531fcdb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b531fd5b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b531fd5b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b531fcfa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b531fcea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b531fcea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b531fdf0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b531fcea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b531fcea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b531fe41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b531fe41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b53204280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b53204278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b5320424bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b5320424aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b5320424ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b5320887db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b5320887db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b53208876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b531f91b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b531fcdb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b531fcdb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b531fd5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b531fd5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b532041ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b532041c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b532041c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b532044bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b531fd4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b531fe447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b531fe447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b531fe447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b531fd46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b531fcea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b531fcea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b531fe41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b531fe41a7a 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 0x7b531fd72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b531fd79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b531fd92524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b531fd92524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b531fd92524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b531fcfa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b531fcfa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b531fd61acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b531fd625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b531fd625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b531fd625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b531fd5e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b531fd3e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b531fd4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b531fe447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b531fe447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b531fe447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b531fd46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b531fcea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b531fcea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b531fdf0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b531fcea511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b531fcea511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b531fceab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b531fceab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b531fe42e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b531fe42e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b53204275c6 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 0x7b531fcdb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b531fcdb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b531fd5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b531fd5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b532041ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b532041c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b532041c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b532044bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b531fd4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b531fe447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b531fe447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b531fe447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b531fd46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b531fd45fb5 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 0x7b531fd72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b531fd74424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b531fd74424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b532041f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b532041ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b532041c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b532041c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b532044b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b531fd4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b531fe447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b531fe447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b531fe447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b531fd46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b531fcea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b531fcea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b531fe41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b531fe42e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b531fe42e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b531fe42e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b53204275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b5320424bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b5320424aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b5320424ccf 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 0x7b531fcded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b531fcded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b532041f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b532041c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b532041c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b532044bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b531fd4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b531fe447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b531fe447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b531fe447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b531fd46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b531fcea7ec 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 0x7b531fd1c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b531fd1c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b532041e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b532041c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b532041c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b532044bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b531fd4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b531fe447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b531fe447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b531fe447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b531fd46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b531fcea7ec 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 0x7b531fd1c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b531fd1c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b532041e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b532041ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b532041ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b532041c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b532041c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b532044bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b531fd4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b531fe447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b531fe447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b531fe447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b531fd46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b531fdee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b531fdee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b531fde6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b531fde6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b531fde6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b531fdc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b531fdc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b531fdf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b531fceb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b531fcea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b531fcea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b531fe41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b531fe41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b53204280c4 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.27s call     test_sql_streaming.py::test[hop-GroupByHop-default.txt]
19.06s call     test_sql_streaming.py::test[hop-GroupByHopPercentile-default.txt]
18.48s call     test_sql_streaming.py::test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt]
18.29s call     test_sql_streaming.py::test[hop-GroupByHopListKey-default.txt]
18.09s call     test_sql_streaming.py::test[hop-GroupByHopWithDataWatermarks-default.txt]
17.80s call     test_sql_streaming.py::test[hop-GroupByHopNoKey-default.txt]
17.30s call     test_sql_streaming.py::test[hop-GroupByHopExprKey-default.txt]
17.07s call     test_sql_streaming.py::test[hop-GroupByHopByStringKey-default.txt]
0.03s setup    test_sql_streaming.py::test[hop-GroupByHop-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-GroupByHopNoKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hop-GroupByHopListKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt]
0.01s setup    test_sql_streaming.py::test[hop-GroupByHopExprKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hop-GroupByHopWithDataWatermarks-default.txt]

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_streaming.py::test[hop-GroupByHop-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fm4owjk6/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 0x7bc9874ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc9874ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc98760216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bc98760216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bc987581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc987581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc987505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc9874aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc9874aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc9874aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc987601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bc987601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bc987be80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463528 byte(s) leaked in 8682 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopByStringKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7mef24zs/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 0x7b0dd7a2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b0dd7a2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b0dd7b8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b0dd7b8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b0dd7b01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b0dd7b01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b0dd7a85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b0dd7a2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b0dd7a2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b0dd7a2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b0dd7b81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b0dd7b81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b0dd81680c4 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/3zoe/000a16/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mnjfjqsk/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 0x7b0f1997b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b0f1997b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b0f19ad216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b0f19ad216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b0f19a51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b0f19a51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b0f199d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b0f1997a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b0f1997a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b0f1997a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b0f19ad1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b0f19ad1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b0f1a0b80c4 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-GroupByHopListKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_y885njnk/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 0x7b9933deb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b9933deb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b9933f4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b9933f4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b9933ec1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b9933ec1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b9933e45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b9933dea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b9933dea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b9933dea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b9933f41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b9933f41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b99345280c4 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/3zoe/000a16/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4l7rrdc_/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 0x7b9d21cdb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b9d21cdb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b9d21e3216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b9d21e3216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b9d21db1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b9d21db1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b9d21d35fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b9d21cda7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b9d21cda7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b9d21cda6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b9d21e31c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b9d21e31a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b9d224180c4 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/3zoe/000a16/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_d67mvi68/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 0x7bdfa5dbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bdfa5dbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bdfa5f1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bdfa5f1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bdfa5e91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bdfa5e91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bdfa5e15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bdfa5dba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bdfa5dba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bdfa5dba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bdfa5f11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bdfa5f11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bdfa64f80c4 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/3zoe/000a16/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7aoo_fil/topic_3.txt' has failed with code 100.
Errors:
...fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b53c98fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b53c98fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b53c9a5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b53c9a5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b53c99d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b53c99d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b53c9955fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b53c98fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b53c98fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b53c98fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b53c9a51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b53c9a51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b53ca0380c4 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/3zoe/000a16/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a16/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/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a16/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_fuggzxms/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 0x7b531fceb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b531fceb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b531fe4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b531fe4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b531fdc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b531fdc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b531fd45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b531fcea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b531fcea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b531fcea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b531fe41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b531fe41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b53204280c4 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 153.28s (0:02:33) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/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 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7ba66ca8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7ba66ca8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7ba66cbe1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7ba66cbe1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7ba66d1c80c4 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-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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000a2e/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 258671
DEBUG    ya.test:process.py:259 Command (pid 258671) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 258671) elapsed time (sec): 29.306172370910645
DEBUG    ya.test:process.py:263 Command (pid 258671) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 258671) inblock: 318152
DEBUG    ya.test:process.py:263 Command (pid 258671) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 258671) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 258671) majflt: 1486
DEBUG    ya.test:process.py:263 Command (pid 258671) maxrss: 1539284
DEBUG    ya.test:process.py:263 Command (pid 258671) minflt: 1007330
DEBUG    ya.test:process.py:263 Command (pid 258671) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 258671) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 258671) nivcsw: 2683
DEBUG    ya.test:process.py:263 Command (pid 258671) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 258671) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 258671) nvcsw: 103908
DEBUG    ya.test:process.py:263 Command (pid 258671) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 258671) stime: 3.951276
DEBUG    ya.test:process.py:263 Command (pid 258671) utime: 12.102568
DEBUG    ya.test:process.py:263 Command (pid 258671) wtime: 29.317
DEBUG    ya.test:process.py:275 Command (pid 258671) output:
2026-01-28T16:07:45.951499Z Fetching udfs...
2026-01-28T16:07:54.147580Z Initialization of fq runner...
2026-01-28T16:08:00.207096Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.051563s
2026-01-28T16:08:01.265684Z Fetching query results...
2026-01-28T16:08:01.265714Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 258671) errors:
...0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7ba66cb62de0 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 0x7ba66ca7b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7ba66ca7b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7ba66cafac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7ba66cafac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7ba66d1bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7ba66d1bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7ba66d1c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7ba66d1c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7ba66cb9182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ba66ca8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7ba66ca8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7ba66cbe1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7ba66cbe1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7ba66d1c80c4 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 0x7ba66cb12bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ba66cb19fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ba66ca94d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ba66ca9dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7ba66d1c73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7ba66d1c71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7ba66d1c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7ba66d1c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7ba66d1c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7ba66d1c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7ba66d627db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7ba66d627db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7ba66d6276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7ba66c6bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7fa68bccdd8f  (/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 0x7ba66ca7b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7ba66ca7b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7ba66cafb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7ba66cafb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7ba66cb94686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7ba66cb94686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7ba66cb90dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ba66ca8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7ba66ca8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7ba66cbe1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7ba66cbe1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7ba66d1c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7ba66d1c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7ba66d1c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7ba66d1c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7ba66d1c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7ba66d627db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7ba66d627db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7ba66d6276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7ba66c6bb928 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 0x7ba66cb12bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ba66cb14424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ba66cb14424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ba66d1bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ba66d1bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7ba66d1bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7ba66d1bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7ba66d1eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7ba66cae741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7ba66cbe47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7ba66cbe47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7ba66cbe47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7ba66cae6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7ba66ca8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7ba66ca8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7ba66cbe1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7ba66cbe2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7ba66cbe2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7ba66cbe2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7ba66d1c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7ba66d1c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7ba66d1c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7ba66d1c4ccf 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 0x7ba66cb12bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ba66cb19fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ba66cb32524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7ba66cb32524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7ba66cb32524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7ba66ca9a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7ba66ca9a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7ba66cb01acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7ba66cb025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7ba66cb025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7ba66cb025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7ba66cb03e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7ba66caead0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7ba66d1c7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7ba66d1c7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7ba66d1c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7ba66d1c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7ba66d1c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7ba66d1c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7ba66d627db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7ba66d627db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7ba66d6276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7ba66c6bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7fa68bccdd8f  (/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 0x7ba66ca7ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7ba66ca7ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7ba66d1bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7ba66d1bece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7ba66d1bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7ba66d1bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7ba66d1ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7ba66cae741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7ba66cbe47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7ba66cbe47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7ba66cbe47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7ba66cae6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7ba66ca8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7ba66ca8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7ba66cbe1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7ba66cbe1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7ba66d1c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7ba66d1c78d8 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 0x7ba66ca7b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7ba66ca7b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7ba66cafb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7ba66cafb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7ba66ca9a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7ba66ca8a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7ba66ca8a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7ba66cb90ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7ba66ca8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7ba66ca8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7ba66cbe1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7ba66cbe1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7ba66d1c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7ba66d1c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7ba66d1c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7ba66d1c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7ba66d1c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7ba66d627db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7ba66d627db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7ba66d6276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7ba66c6bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7ba66ca7b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7ba66ca7b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7ba66cafac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7ba66cafac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7ba66d1bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7ba66d1bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7ba66d1bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7ba66d1ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7ba66cae741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7ba66cbe47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7ba66cbe47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7ba66cbe47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7ba66cae6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7ba66ca8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7ba66ca8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7ba66cbe1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7ba66cbe1a7a 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 0x7ba66cb12bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ba66cb19fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ba66cb32524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7ba66cb32524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7ba66cb32524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7ba66ca9a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7ba66ca9a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7ba66cb01acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7ba66cb025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7ba66cb025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7ba66cb025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7ba66cafe5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7ba66cade92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7ba66cae741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7ba66cbe47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7ba66cbe47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7ba66cbe47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7ba66cae6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7ba66ca8a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7ba66ca8a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7ba66cb90ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7ba66ca8a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7ba66ca8a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7ba66ca8ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7ba66ca8ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7ba66cbe2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7ba66cbe2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7ba66d1c75c6 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 0x7ba66ca7b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7ba66ca7b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7ba66cafac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7ba66cafac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7ba66d1bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7ba66d1bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7ba66d1bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7ba66d1ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7ba66cae741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7ba66cbe47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7ba66cbe47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7ba66cbe47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7ba66cae6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7ba66cae5fb5 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 0x7ba66cb12bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ba66cb14424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ba66cb14424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ba66d1bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ba66d1bec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7ba66d1bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7ba66d1bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7ba66d1eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7ba66cae741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7ba66cbe47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7ba66cbe47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7ba66cbe47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7ba66cae6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7ba66ca8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7ba66ca8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7ba66cbe1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7ba66cbe2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7ba66cbe2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7ba66cbe2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7ba66d1c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7ba66d1c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7ba66d1c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7ba66d1c4ccf 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 0x7ba66ca7ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7ba66ca7ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7ba66d1bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7ba66d1bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7ba66d1bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7ba66d1ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7ba66cae741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7ba66cbe47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7ba66cbe47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7ba66cbe47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7ba66cae6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7ba66ca8a7ec 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 0x7ba66cabc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7ba66cabc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7ba66d1be99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7ba66d1bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7ba66d1bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7ba66d1ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7ba66cae741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7ba66cbe47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7ba66cbe47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7ba66cbe47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7ba66cae6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7ba66ca8a7ec 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 0x7ba66cabc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7ba66cabc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7ba66d1be99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7ba66d1bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7ba66d1bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7ba66d1ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7ba66cae741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7ba66cbe47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7ba66cbe47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7ba66cbe47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7ba66cae6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ba66ca8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7ba66ca8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7ba66cbe1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7ba66cbe1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7ba66d1c80c4 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'...0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7ba66cb62de0 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 0x7ba66ca7b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7ba66ca7b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7ba66cafac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7ba66cafac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7ba66d1bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7ba66d1bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7ba66d1c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7ba66d1c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7ba66cb9182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ba66ca8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7ba66ca8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7ba66cbe1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7ba66cbe1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7ba66d1c80c4 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 0x7ba66cb12bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ba66cb19fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ba66ca94d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ba66ca9dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7ba66d1c73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7ba66d1c71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7ba66d1c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7ba66d1c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7ba66d1c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7ba66d1c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7ba66d627db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7ba66d627db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7ba66d6276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7ba66c6bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7fa68bccdd8f  (/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 0x7ba66ca7b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7ba66ca7b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7ba66cafb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7ba66cafb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7ba66cb94686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7ba66cb94686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7ba66cb90dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ba66ca8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7ba66ca8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7ba66cbe1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7ba66cbe1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7ba66d1c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7ba66d1c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7ba66d1c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7ba66d1c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7ba66d1c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7ba66d627db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7ba66d627db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7ba66d6276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7ba66c6bb928 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 0x7ba66cb12bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ba66cb14424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ba66cb14424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ba66d1bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ba66d1bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7ba66d1bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7ba66d1bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7ba66d1eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7ba66cae741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7ba66cbe47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7ba66cbe47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7ba66cbe47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7ba66cae6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7ba66ca8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7ba66ca8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7ba66cbe1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7ba66cbe2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7ba66cbe2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7ba66cbe2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7ba66d1c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7ba66d1c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7ba66d1c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7ba66d1c4ccf 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 0x7ba66cb12bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ba66cb19fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ba66cb32524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7ba66cb32524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7ba66cb32524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7ba66ca9a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7ba66ca9a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7ba66cb01acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7ba66cb025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7ba66cb025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7ba66cb025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7ba66cb03e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7ba66caead0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7ba66d1c7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7ba66d1c7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7ba66d1c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7ba66d1c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7ba66d1c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7ba66d1c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7ba66d627db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7ba66d627db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7ba66d6276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7ba66c6bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7fa68bccdd8f  (/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 0x7ba66ca7ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7ba66ca7ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7ba66d1bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7ba66d1bece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7ba66d1bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7ba66d1bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7ba66d1ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7ba66cae741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7ba66cbe47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7ba66cbe47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7ba66cbe47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7ba66cae6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7ba66ca8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7ba66ca8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7ba66cbe1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7ba66cbe1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7ba66d1c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7ba66d1c78d8 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 0x7ba66ca7b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7ba66ca7b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7ba66cafb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7ba66cafb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7ba66ca9a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7ba66ca8a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7ba66ca8a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7ba66cb90ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7ba66ca8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7ba66ca8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7ba66cbe1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7ba66cbe1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7ba66d1c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7ba66d1c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7ba66d1c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7ba66d1c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7ba66d1c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7ba66d627db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7ba66d627db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7ba66d6276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7ba66c6bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7ba66ca7b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7ba66ca7b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7ba66cafac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7ba66cafac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7ba66d1bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7ba66d1bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7ba66d1bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7ba66d1ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7ba66cae741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7ba66cbe47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7ba66cbe47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7ba66cbe47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7ba66cae6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7ba66ca8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7ba66ca8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7ba66cbe1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7ba66cbe1a7a 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 0x7ba66cb12bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ba66cb19fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ba66cb32524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7ba66cb32524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7ba66cb32524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7ba66ca9a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7ba66ca9a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7ba66cb01acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7ba66cb025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7ba66cb025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7ba66cb025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7ba66cafe5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7ba66cade92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7ba66cae741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7ba66cbe47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7ba66cbe47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7ba66cbe47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7ba66cae6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7ba66ca8a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7ba66ca8a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7ba66cb90ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7ba66ca8a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7ba66ca8a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7ba66ca8ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7ba66ca8ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7ba66cbe2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7ba66cbe2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7ba66d1c75c6 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 0x7ba66ca7b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7ba66ca7b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7ba66cafac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7ba66cafac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7ba66d1bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7ba66d1bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7ba66d1bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7ba66d1ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7ba66cae741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7ba66cbe47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7ba66cbe47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7ba66cbe47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7ba66cae6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7ba66cae5fb5 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 0x7ba66cb12bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ba66cb14424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ba66cb14424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ba66d1bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ba66d1bec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7ba66d1bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7ba66d1bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7ba66d1eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7ba66cae741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7ba66cbe47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7ba66cbe47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7ba66cbe47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7ba66cae6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7ba66ca8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7ba66ca8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7ba66cbe1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7ba66cbe2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7ba66cbe2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7ba66cbe2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7ba66d1c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7ba66d1c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7ba66d1c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7ba66d1c4ccf 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 0x7ba66ca7ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7ba66ca7ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7ba66d1bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7ba66d1bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7ba66d1bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7ba66d1ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7ba66cae741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7ba66cbe47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7ba66cbe47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7ba66cbe47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7ba66cae6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7ba66ca8a7ec 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 0x7ba66cabc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7ba66cabc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7ba66d1be99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7ba66d1bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7ba66d1bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7ba66d1ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7ba66cae741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7ba66cbe47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7ba66cbe47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7ba66cbe47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7ba66cae6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7ba66ca8a7ec 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 0x7ba66cabc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7ba66cabc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7ba66d1be99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7ba66d1bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7ba66d1bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7ba66d1bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7ba66d1bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7ba66d1ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7ba66cae741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7ba66cbe47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7ba66cbe47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7ba66cbe47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7ba66cae6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7ba66cb8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7ba66cb8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7ba66cb86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7ba66cb86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7ba66cb86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7ba66cb62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7ba66cb62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7ba66cb9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7ba66ca8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ba66ca8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7ba66ca8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7ba66cbe1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7ba66cbe1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7ba66d1c80c4 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-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/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/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 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bf2864ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bf2864ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bf286621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bf286621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bf286c080c4 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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 269474
DEBUG    ya.test:process.py:259 Command (pid 269474) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 269474) elapsed time (sec): 14.878392457962036
DEBUG    ya.test:process.py:263 Command (pid 269474) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 269474) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 269474) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 269474) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 269474) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 269474) maxrss: 1548064
DEBUG    ya.test:process.py:263 Command (pid 269474) minflt: 1024021
DEBUG    ya.test:process.py:263 Command (pid 269474) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 269474) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 269474) nivcsw: 445
DEBUG    ya.test:process.py:263 Command (pid 269474) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 269474) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 269474) nvcsw: 103472
DEBUG    ya.test:process.py:263 Command (pid 269474) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 269474) stime: 3.631573
DEBUG    ya.test:process.py:263 Command (pid 269474) utime: 9.324254
DEBUG    ya.test:process.py:263 Command (pid 269474) wtime: 14.88
DEBUG    ya.test:process.py:275 Command (pid 269474) output:
2026-01-28T16:08:15.361090Z Fetching udfs...
2026-01-28T16:08:15.760511Z Initialization of fq runner...
2026-01-28T16:08:18.598335Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.716197s
2026-01-28T16:08:19.319826Z Fetching query results...
2026-01-28T16:08:19.319848Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 269474) errors:
...0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bf2865a2de0 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 0x7bf2864bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf2864bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf28653ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf28653ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf286bfee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf286bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf286c00090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bf286c00090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bf2865d182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bf2864ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bf2864ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bf286621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bf286621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bf286c080c4 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 0x7bf286552bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf286559fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf2864d4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bf2864ddff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bf286c073ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bf286c071ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bf286c06f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bf286c04a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bf286c04a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bf286c04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bf287067db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bf287067db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf2870676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf2860fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7ff2a5716d8f  (/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 0x7bf2864bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf2864bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf28653b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf28653b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bf2865d4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bf2865d4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bf2865d0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bf2864ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bf2864ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bf286621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bf286621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bf286c080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bf286c078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bf286c04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bf286c04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bf286c04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bf287067db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bf287067db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf2870676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf2860fb928 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 0x7bf286552bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf286554424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf286554424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf286bff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf286bfec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf286bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf286bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bf286c2b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bf28652741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bf2866247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bf2866247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bf2866247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bf286526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bf2864ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bf2864ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bf286621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bf286622e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bf286622e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bf286622e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bf286c075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bf286c04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bf286c04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bf286c04ccf 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 0x7bf286552bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf286559fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf286572524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bf286572524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bf286572524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bf2864da26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bf2864da26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bf286541acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bf2865425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bf2865425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bf2865425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bf286543e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bf28652ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bf286c07044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bf286c07044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bf286c06f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bf286c04a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bf286c04a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bf286c04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bf287067db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bf287067db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf2870676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf2860fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7ff2a5716d8f  (/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 0x7bf2864bed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bf2864bed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bf286bff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bf286bfece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bf286bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bf286bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bf286c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bf28652741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bf2866247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bf2866247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bf2866247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bf286526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bf2864ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bf2864ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bf286621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bf286621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bf286c080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bf286c078d8 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 0x7bf2864bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf2864bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf28653b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf28653b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bf2864da356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bf2864ca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bf2864ca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bf2865d0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bf2864ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bf2864ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bf286621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bf286621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bf286c080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bf286c078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bf286c04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bf286c04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bf286c04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bf287067db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bf287067db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf2870676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf2860fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7bf2864bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf2864bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf28653ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf28653ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf286bfee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf286bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bf286bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bf286c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bf28652741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bf2866247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bf2866247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bf2866247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bf286526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bf2864ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bf2864ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bf286621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bf286621a7a 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 0x7bf286552bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf286559fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf286572524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bf286572524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bf286572524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bf2864da26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bf2864da26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bf286541acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bf2865425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bf2865425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bf2865425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bf28653e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bf28651e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bf28652741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bf2866247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bf2866247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bf2866247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bf286526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bf2864ca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf2864ca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bf2865d0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bf2864ca511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bf2864ca511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bf2864cab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bf2864cab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bf286622e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bf286622e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bf286c075c6 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 0x7bf2864bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf2864bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf28653ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf28653ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf286bfee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bf286bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bf286bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bf286c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bf28652741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bf2866247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bf2866247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bf2866247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bf286526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bf286525fb5 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 0x7bf286552bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf286554424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf286554424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf286bff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf286bfec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf286bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf286bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bf286c2b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bf28652741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bf2866247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bf2866247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bf2866247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bf286526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bf2864ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bf2864ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bf286621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bf286622e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bf286622e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bf286622e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bf286c075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bf286c04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bf286c04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bf286c04ccf 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 0x7bf2864bed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bf2864bed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bf286bff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf286bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bf286bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bf286c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bf28652741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bf2866247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bf2866247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bf2866247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bf286526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf2864ca7ec 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 0x7bf2864fc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bf2864fc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bf286bfe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf286bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bf286bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bf286c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bf28652741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bf2866247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bf2866247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bf2866247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bf286526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf2864ca7ec 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 0x7bf2864fc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bf2864fc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bf286bfe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bf286bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bf286bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bf286c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bf28652741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bf2866247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bf2866247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bf2866247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bf286526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bf2864ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bf2864ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bf286621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bf286621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bf286c080c4 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'...0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bf2865a2de0 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 0x7bf2864bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf2864bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf28653ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf28653ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf286bfee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf286bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf286c00090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bf286c00090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bf2865d182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bf2864ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bf2864ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bf286621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bf286621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bf286c080c4 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 0x7bf286552bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf286559fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf2864d4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bf2864ddff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bf286c073ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bf286c071ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bf286c06f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bf286c04a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bf286c04a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bf286c04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bf287067db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bf287067db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bf2870676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bf2860fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7ff2a5716d8f  (/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 0x7bf2864bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf2864bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf28653b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf28653b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bf2865d4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bf2865d4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bf2865d0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bf2864ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bf2864ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bf286621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bf286621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bf286c080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bf286c078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bf286c04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bf286c04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bf286c04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bf287067db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bf287067db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bf2870676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bf2860fb928 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 0x7bf286552bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf286554424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf286554424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf286bff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf286bfec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf286bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf286bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bf286c2b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bf28652741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bf2866247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bf2866247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bf2866247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bf286526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bf2864ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bf2864ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bf286621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bf286622e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bf286622e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bf286622e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bf286c075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bf286c04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bf286c04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bf286c04ccf 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 0x7bf286552bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf286559fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf286572524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bf286572524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bf286572524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bf2864da26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bf2864da26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bf286541acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bf2865425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bf2865425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bf2865425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bf286543e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bf28652ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bf286c07044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bf286c07044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bf286c06f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bf286c04a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bf286c04a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bf286c04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bf287067db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bf287067db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bf2870676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bf2860fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7ff2a5716d8f  (/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 0x7bf2864bed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bf2864bed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bf286bff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bf286bfece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bf286bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bf286bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bf286c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bf28652741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bf2866247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bf2866247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bf2866247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bf286526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bf2864ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bf2864ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bf286621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bf286621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bf286c080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bf286c078d8 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 0x7bf2864bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf2864bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf28653b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf28653b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bf2864da356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bf2864ca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bf2864ca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bf2865d0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bf2864ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bf2864ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bf286621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bf286621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bf286c080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bf286c078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bf286c04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bf286c04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bf286c04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bf287067db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bf287067db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bf2870676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bf2860fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7bf2864bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf2864bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf28653ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf28653ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf286bfee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf286bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bf286bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bf286c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bf28652741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bf2866247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bf2866247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bf2866247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bf286526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bf2864ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bf2864ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bf286621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bf286621a7a 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 0x7bf286552bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf286559fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf286572524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bf286572524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bf286572524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bf2864da26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bf2864da26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bf286541acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bf2865425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bf2865425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bf2865425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bf28653e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bf28651e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bf28652741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bf2866247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bf2866247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bf2866247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bf286526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bf2864ca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf2864ca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bf2865d0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bf2864ca511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bf2864ca511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bf2864cab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bf2864cab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bf286622e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bf286622e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bf286c075c6 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 0x7bf2864bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf2864bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf28653ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf28653ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf286bfee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bf286bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bf286bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bf286c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bf28652741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bf2866247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bf2866247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bf2866247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bf286526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bf286525fb5 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 0x7bf286552bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf286554424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf286554424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf286bff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf286bfec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf286bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf286bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bf286c2b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bf28652741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bf2866247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bf2866247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bf2866247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bf286526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bf2864ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bf2864ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bf286621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bf286622e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bf286622e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bf286622e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bf286c075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bf286c04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bf286c04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bf286c04ccf 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 0x7bf2864bed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bf2864bed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bf286bff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf286bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bf286bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bf286c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bf28652741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bf2866247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bf2866247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bf2866247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bf286526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bf2864ca7ec 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 0x7bf2864fc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bf2864fc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bf286bfe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf286bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bf286bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bf286c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bf28652741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bf2866247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bf2866247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bf2866247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bf286526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bf2864ca7ec 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 0x7bf2864fc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bf2864fc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bf286bfe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bf286bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bf286bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bf286bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bf286bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bf286c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bf28652741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bf2866247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bf2866247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bf2866247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bf286526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bf2865ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bf2865ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bf2865c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bf2865c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bf2865c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bf2865a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bf2865a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bf2865d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bf2864cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bf2864ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bf2864ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bf286621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bf286621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bf286c080c4 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/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/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 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b648837a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b648837a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b64884d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b64884d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b6488ab80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 451029 byte(s) leaked in 8410 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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 275221
DEBUG    ya.test:process.py:259 Command (pid 275221) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 275221) elapsed time (sec): 23.534951210021973
DEBUG    ya.test:process.py:263 Command (pid 275221) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 275221) inblock: 208
DEBUG    ya.test:process.py:263 Command (pid 275221) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 275221) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 275221) majflt: 15
DEBUG    ya.test:process.py:263 Command (pid 275221) maxrss: 1535224
DEBUG    ya.test:process.py:263 Command (pid 275221) minflt: 986331
DEBUG    ya.test:process.py:263 Command (pid 275221) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 275221) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 275221) nivcsw: 2806
DEBUG    ya.test:process.py:263 Command (pid 275221) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 275221) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 275221) nvcsw: 102925
DEBUG    ya.test:process.py:263 Command (pid 275221) oublock: 9632
DEBUG    ya.test:process.py:263 Command (pid 275221) stime: 4.405195
DEBUG    ya.test:process.py:263 Command (pid 275221) utime: 12.186633
DEBUG    ya.test:process.py:263 Command (pid 275221) wtime: 23.538
DEBUG    ya.test:process.py:275 Command (pid 275221) output:
2026-01-28T16:08:30.966673Z Fetching udfs...
2026-01-28T16:08:31.577751Z Initialization of fq runner...
2026-01-28T16:08:36.788147Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.085433s
2026-01-28T16:08:37.882379Z Fetching query results...
2026-01-28T16:08:37.882405Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 275221) errors:
...cts/typeobject.c:1667:11
    #11 0x7b64883799af in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #12 0x7b6488480ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #13 0x7b64883a00f6 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #14 0x7b64883a00f6 in method_vectorcall /-S/contrib/tools/python3/Objects/classobject.c:69:20
    #15 0x7b6488480601 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b6488480601 in _PyObject_CallNoArgs /-S/contrib/tools/python3/Include/internal/pycore_call.h:108:12
    #17 0x7b6488480601 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2515:19
    #18 0x7b648837afae in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b648837afae in PyObject_VectorcallMethod /-S/contrib/tools/python3/Objects/call.c:887:24
    #20 0x7b64884d02be in PyObject_CallMethodOneArg /-S/contrib/tools/python3/Include/cpython/abstract.h:103:12
    #21 0x7b64884d02be in import_ensure_initialized /-S/contrib/tools/python3/Python/import.c:282:27
    #22 0x7b64884d1e67 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2886:13
    #23 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #36 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #37 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #38 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #39 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #40 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #41 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #42 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #43 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #44 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #45 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #46 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #47 0x7b648837b31a 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 0x7b648836b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b648836b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b64883eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b64883eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b6488aaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b6488aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b6488ab0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b6488ab0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b648848182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b648837a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b648837a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b64884d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b64884d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b6488ab80c4 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 0x7b6488402bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6488409fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6488384d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b648838dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b6488ab73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b6488ab71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b6488ab6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b6488ab4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b6488ab4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b6488ab4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b6488f17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b6488f17db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b6488f176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b6487fab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f64a75c3d8f  (/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 0x7b648836b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b648836b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b64883eb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b64883eb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b6488484686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b6488484686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b6488480dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b648837a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b648837a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b64884d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b64884d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b6488ab80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b6488ab78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b6488ab4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b6488ab4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b6488ab4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b6488f17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b6488f17db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b6488f176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b6487fab928 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 0x7b6488402bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6488404424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b6488404424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b6488aaf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b6488aaec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b6488aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b6488aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b6488adb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b64883d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b64884d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b64884d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b64884d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b64883d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b648837a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b648837a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b64884d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b64884d2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b64884d2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b64884d2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b6488ab75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b6488ab4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b6488ab4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b6488ab4ccf 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 0x7b6488402bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6488409fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6488422524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b6488422524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b6488422524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b648838a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b648838a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b64883f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b64883f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b64883f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b64883f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b64883f3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b64883dad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b6488ab7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b6488ab7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b6488ab6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b6488ab4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b6488ab4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b6488ab4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b6488f17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b6488f17db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b6488f176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b6487fab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f64a75c3d8f  (/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 0x7b648836ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b648836ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b6488aaf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b6488aaece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b6488aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b6488aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b6488adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b64883d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b64884d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b64884d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b64884d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b64883d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b648837a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b648837a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b64884d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b64884d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b6488ab80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b6488ab78d8 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 0x7b648836b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b648836b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b64883eb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b64883eb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b648838a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b648837a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b648837a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b6488480ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b648837a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b648837a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b64884d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b64884d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b6488ab80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b6488ab78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b6488ab4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b6488ab4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b6488ab4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b6488f17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b6488f17db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b6488f176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b6487fab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b648836b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b648836b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b64883eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b64883eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b6488aaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b6488aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b6488aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b6488adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b64883d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b64884d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b64884d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b64884d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b64883d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b648837a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b648837a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b64884d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b64884d1a7a 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 0x7b6488402bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6488409fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6488422524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b6488422524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b6488422524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b648838a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b648838a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b64883f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b64883f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b64883f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b64883f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b64883ee5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b64883ce92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b64883d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b64884d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b64884d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b64884d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b64883d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b648837a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b648837a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b6488480ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b648837a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b648837a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b648837ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b648837ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b64884d2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b64884d2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b6488ab75c6 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 0x7b648836b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b648836b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b64883eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b64883eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b6488aaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b6488aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b6488aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b6488adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b64883d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b64884d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b64884d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b64884d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b64883d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b64883d5fb5 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 0x7b6488402bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6488404424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b6488404424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b6488aaf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b6488aaec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b6488aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b6488aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b6488adb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b64883d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b64884d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b64884d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b64884d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b64883d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b648837a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b648837a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b64884d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b64884d2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b64884d2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b64884d2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b6488ab75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b6488ab4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b6488ab4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b6488ab4ccf 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 0x7b648836ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b648836ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b6488aaf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b6488aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b6488aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b6488adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b64883d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b64884d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b64884d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b64884d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b64883d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b648837a7ec 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 0x7b64883ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b64883ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b6488aae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b6488aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b6488aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b6488adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b64883d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b64884d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b64884d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b64884d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b64883d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b648837a7ec 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 0x7b64883ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b64883ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b6488aae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b6488aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b6488aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b6488adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b64883d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b64884d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b64884d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b64884d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b64883d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b648837a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b648837a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b64884d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b64884d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b6488ab80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 451029 byte(s) leaked in 8410 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...cts/typeobject.c:1667:11\n    #11 0x7b64883799af in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #12 0x7b6488480ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #13 0x7b64883a00f6 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #14 0x7b64883a00f6 in method_vectorcall /-S/contrib/tools/python3/Objects/classobject.c:69:20\n    #15 0x7b6488480601 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b6488480601 in _PyObject_CallNoArgs /-S/contrib/tools/python3/Include/internal/pycore_call.h:108:12\n    #17 0x7b6488480601 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2515:19\n    #18 0x7b648837afae in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b648837afae in PyObject_VectorcallMethod /-S/contrib/tools/python3/Objects/call.c:887:24\n    #20 0x7b64884d02be in PyObject_CallMethodOneArg /-S/contrib/tools/python3/Include/cpython/abstract.h:103:12\n    #21 0x7b64884d02be in import_ensure_initialized /-S/contrib/tools/python3/Python/import.c:282:27\n    #22 0x7b64884d1e67 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2886:13\n    #23 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #36 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #37 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #38 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #39 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #40 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #41 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #42 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #43 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #44 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #45 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #46 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #47 0x7b648837b31a 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 0x7b648836b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b648836b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b64883eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b64883eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b6488aaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b6488aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b6488ab0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b6488ab0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b648848182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b648837a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b648837a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b64884d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b64884d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b6488ab80c4 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 0x7b6488402bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6488409fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6488384d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b648838dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b6488ab73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b6488ab71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b6488ab6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b6488ab4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b6488ab4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b6488ab4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b6488f17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b6488f17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b6488f176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b6487fab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f64a75c3d8f  (/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 0x7b648836b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b648836b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b64883eb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b64883eb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b6488484686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b6488484686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b6488480dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b648837a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b648837a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b64884d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b64884d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b6488ab80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b6488ab78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b6488ab4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b6488ab4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b6488ab4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b6488f17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b6488f17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b6488f176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b6487fab928 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 0x7b6488402bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6488404424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b6488404424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b6488aaf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b6488aaec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b6488aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b6488aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b6488adb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b64883d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b64884d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b64884d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b64884d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b64883d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b648837a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b648837a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b64884d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b64884d2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b64884d2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b64884d2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b6488ab75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b6488ab4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b6488ab4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b6488ab4ccf 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 0x7b6488402bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6488409fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6488422524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b6488422524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b6488422524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b648838a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b648838a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b64883f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b64883f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b64883f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b64883f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b64883f3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b64883dad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b6488ab7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b6488ab7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b6488ab6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b6488ab4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b6488ab4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b6488ab4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b6488f17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b6488f17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b6488f176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b6487fab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f64a75c3d8f  (/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 0x7b648836ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b648836ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b6488aaf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b6488aaece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b6488aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b6488aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b6488adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b64883d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b64884d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b64884d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b64884d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b64883d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b648837a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b648837a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b64884d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b64884d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b6488ab80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b6488ab78d8 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 0x7b648836b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b648836b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b64883eb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b64883eb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b648838a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b648837a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b648837a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b6488480ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b648837a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b648837a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b64884d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b64884d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b6488ab80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b6488ab78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b6488ab4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b6488ab4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b6488ab4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b6488f17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b6488f17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b6488f176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b6487fab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b648836b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b648836b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b64883eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b64883eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b6488aaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b6488aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b6488aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b6488adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b64883d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b64884d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b64884d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b64884d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b64883d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b648837a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b648837a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b64884d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b64884d1a7a 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 0x7b6488402bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6488409fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6488422524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b6488422524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b6488422524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b648838a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b648838a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b64883f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b64883f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b64883f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b64883f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b64883ee5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b64883ce92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b64883d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b64884d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b64884d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b64884d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b64883d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b648837a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b648837a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b6488480ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b648837a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b648837a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b648837ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b648837ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b64884d2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b64884d2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b6488ab75c6 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 0x7b648836b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b648836b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b64883eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b64883eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b6488aaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b6488aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b6488aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b6488adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b64883d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b64884d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b64884d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b64884d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b64883d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b64883d5fb5 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 0x7b6488402bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6488404424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b6488404424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b6488aaf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b6488aaec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b6488aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b6488aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b6488adb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b64883d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b64884d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b64884d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b64884d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b64883d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b648837a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b648837a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b64884d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b64884d2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b64884d2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b64884d2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b6488ab75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b6488ab4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b6488ab4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b6488ab4ccf 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 0x7b648836ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b648836ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b6488aaf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b6488aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b6488aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b6488adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b64883d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b64884d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b64884d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b64884d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b64883d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b648837a7ec 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 0x7b64883ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b64883ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b6488aae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b6488aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b6488aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b6488adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b64883d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b64884d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b64884d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b64884d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b64883d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b648837a7ec 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 0x7b64883ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b64883ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b6488aae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b6488aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b6488aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b6488aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b6488aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b6488adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b64883d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b64884d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b64884d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b64884d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b64883d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b648847e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b648847e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b6488476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b6488476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b6488476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b6488452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b6488452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b648848288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b648837b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b648837a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b648837a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b64884d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b64884d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b6488ab80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 451029 byte(s) leaked in 8410 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/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/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 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b59034ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b59034ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b5903641c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b5903641a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b5903c280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463582 byte(s) leaked in 8683 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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 282869
DEBUG    ya.test:process.py:259 Command (pid 282869) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 282869) elapsed time (sec): 18.87739062309265
DEBUG    ya.test:process.py:263 Command (pid 282869) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 282869) inblock: 42872
DEBUG    ya.test:process.py:263 Command (pid 282869) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 282869) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 282869) majflt: 235
DEBUG    ya.test:process.py:263 Command (pid 282869) maxrss: 1536128
DEBUG    ya.test:process.py:263 Command (pid 282869) minflt: 1000363
DEBUG    ya.test:process.py:263 Command (pid 282869) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 282869) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 282869) nivcsw: 871
DEBUG    ya.test:process.py:263 Command (pid 282869) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 282869) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 282869) nvcsw: 104427
DEBUG    ya.test:process.py:263 Command (pid 282869) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 282869) stime: 3.717537
DEBUG    ya.test:process.py:263 Command (pid 282869) utime: 11.203142
DEBUG    ya.test:process.py:263 Command (pid 282869) wtime: 18.888
DEBUG    ya.test:process.py:275 Command (pid 282869) output:
2026-01-28T16:08:54.898763Z Fetching udfs...
2026-01-28T16:08:56.862936Z Initialization of fq runner...
2026-01-28T16:09:00.156424Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.938779s
2026-01-28T16:09:01.107221Z Fetching query results...
2026-01-28T16:09:01.107253Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 282869) errors:
...cts/typeobject.c:1667:11
    #11 0x7b59034e99af in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #12 0x7b59035f0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #13 0x7b59035100f6 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #14 0x7b59035100f6 in method_vectorcall /-S/contrib/tools/python3/Objects/classobject.c:69:20
    #15 0x7b59035f0601 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b59035f0601 in _PyObject_CallNoArgs /-S/contrib/tools/python3/Include/internal/pycore_call.h:108:12
    #17 0x7b59035f0601 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2515:19
    #18 0x7b59034eafae in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b59034eafae in PyObject_VectorcallMethod /-S/contrib/tools/python3/Objects/call.c:887:24
    #20 0x7b59036402be in PyObject_CallMethodOneArg /-S/contrib/tools/python3/Include/cpython/abstract.h:103:12
    #21 0x7b59036402be in import_ensure_initialized /-S/contrib/tools/python3/Python/import.c:282:27
    #22 0x7b5903641e67 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2886:13
    #23 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #36 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #37 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #38 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #39 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #40 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #41 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #42 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #43 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #44 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #45 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #46 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #47 0x7b59034eb31a 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 0x7b59034db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b59034db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b590355ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b590355ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b5903c1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b5903c1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b5903c20090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b5903c20090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b59035f182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b59034ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b59034ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b5903641c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b5903641a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b5903c280c4 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 0x7b5903572bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5903579fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b59034f4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b59034fdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b5903c273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b5903c271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b5903c26f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b5903c24a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b5903c24a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b5903c24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b5904087db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b5904087db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b59040876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b590311b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f5922736d8f  (/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 0x7b59034db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b59034db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b590355b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b590355b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b59035f4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b59035f4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b59035f0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b59034ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b59034ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b5903641c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b5903641a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b5903c280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b5903c278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b5903c24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b5903c24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b5903c24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b5904087db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b5904087db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b59040876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b590311b928 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 0x7b5903572bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5903574424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5903574424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b5903c1f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b5903c1ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b5903c1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b5903c1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b5903c4b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b590354741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b59036447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b59036447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b59036447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b5903546214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b59034ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b59034ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b5903641c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b5903642e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b5903642e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b5903642e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b5903c275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b5903c24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b5903c24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b5903c24ccf 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 0x7b5903572bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5903579fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b5903592524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b5903592524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b5903592524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b59034fa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b59034fa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b5903561acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b59035625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b59035625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b59035625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b5903563e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b590354ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b5903c27044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b5903c27044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b5903c26f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b5903c24a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b5903c24a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b5903c24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b5904087db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b5904087db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b59040876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b590311b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f5922736d8f  (/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 0x7b59034ded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b59034ded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b5903c1f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b5903c1ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b5903c1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b5903c1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b5903c4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b590354741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b59036447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b59036447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b59036447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b5903546214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b59034ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b59034ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b5903641c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b5903641a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b5903c280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b5903c278d8 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 0x7b59034db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b59034db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b590355b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b590355b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b59034fa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b59034ea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b59034ea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b59035f0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b59034ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b59034ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b5903641c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b5903641a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b5903c280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b5903c278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b5903c24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b5903c24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b5903c24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b5904087db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b5904087db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b59040876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b590311b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b59034db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b59034db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b590355ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b590355ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b5903c1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5903c1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b5903c1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b5903c4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b590354741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b59036447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b59036447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b59036447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b5903546214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b59034ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b59034ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b5903641c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b5903641a7a 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 0x7b5903572bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5903579fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b5903592524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b5903592524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b5903592524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b59034fa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b59034fa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b5903561acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b59035625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b59035625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b59035625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b590355e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b590353e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b590354741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b59036447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b59036447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b59036447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b5903546214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b59034ea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b59034ea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b59035f0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b59034ea511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b59034ea511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b59034eab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b59034eab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b5903642e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b5903642e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b5903c275c6 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 0x7b59034db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b59034db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b590355ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b590355ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b5903c1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b5903c1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b5903c1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b5903c4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b590354741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b59036447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b59036447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b59036447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b5903546214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b5903545fb5 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 0x7b5903572bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5903574424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5903574424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b5903c1f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b5903c1ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b5903c1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b5903c1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b5903c4b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b590354741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b59036447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b59036447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b59036447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b5903546214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b59034ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b59034ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b5903641c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b5903642e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b5903642e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b5903642e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b5903c275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b5903c24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b5903c24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b5903c24ccf 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 0x7b59034ded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b59034ded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b5903c1f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b5903c1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b5903c1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b5903c4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b590354741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b59036447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b59036447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b59036447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b5903546214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b59034ea7ec 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 0x7b590351c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b590351c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b5903c1e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b5903c1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b5903c1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b5903c4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b590354741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b59036447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b59036447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b59036447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b5903546214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b59034ea7ec 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 0x7b590351c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b590351c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b5903c1e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b5903c1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b5903c1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b5903c4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b590354741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b59036447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b59036447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b59036447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b5903546214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b59034ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b59034ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b5903641c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b5903641a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b5903c280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463582 byte(s) leaked in 8683 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...cts/typeobject.c:1667:11\n    #11 0x7b59034e99af in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #12 0x7b59035f0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #13 0x7b59035100f6 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #14 0x7b59035100f6 in method_vectorcall /-S/contrib/tools/python3/Objects/classobject.c:69:20\n    #15 0x7b59035f0601 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b59035f0601 in _PyObject_CallNoArgs /-S/contrib/tools/python3/Include/internal/pycore_call.h:108:12\n    #17 0x7b59035f0601 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2515:19\n    #18 0x7b59034eafae in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b59034eafae in PyObject_VectorcallMethod /-S/contrib/tools/python3/Objects/call.c:887:24\n    #20 0x7b59036402be in PyObject_CallMethodOneArg /-S/contrib/tools/python3/Include/cpython/abstract.h:103:12\n    #21 0x7b59036402be in import_ensure_initialized /-S/contrib/tools/python3/Python/import.c:282:27\n    #22 0x7b5903641e67 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2886:13\n    #23 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #36 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #37 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #38 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #39 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #40 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #41 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #42 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #43 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #44 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #45 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #46 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #47 0x7b59034eb31a 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 0x7b59034db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b59034db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b590355ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b590355ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b5903c1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b5903c1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b5903c20090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b5903c20090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b59035f182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b59034ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b59034ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b5903641c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b5903641a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b5903c280c4 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 0x7b5903572bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5903579fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b59034f4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b59034fdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b5903c273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b5903c271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b5903c26f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b5903c24a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b5903c24a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b5903c24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b5904087db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b5904087db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b59040876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b590311b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f5922736d8f  (/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 0x7b59034db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b59034db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b590355b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b590355b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b59035f4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b59035f4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b59035f0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b59034ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b59034ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b5903641c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b5903641a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b5903c280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b5903c278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b5903c24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b5903c24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b5903c24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b5904087db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b5904087db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b59040876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b590311b928 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 0x7b5903572bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5903574424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5903574424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b5903c1f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b5903c1ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b5903c1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b5903c1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b5903c4b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b590354741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b59036447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b59036447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b59036447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b5903546214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b59034ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b59034ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b5903641c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b5903642e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b5903642e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b5903642e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b5903c275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b5903c24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b5903c24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b5903c24ccf 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 0x7b5903572bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5903579fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b5903592524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b5903592524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b5903592524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b59034fa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b59034fa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b5903561acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b59035625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b59035625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b59035625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b5903563e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b590354ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b5903c27044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b5903c27044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b5903c26f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b5903c24a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b5903c24a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b5903c24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b5904087db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b5904087db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b59040876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b590311b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f5922736d8f  (/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 0x7b59034ded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b59034ded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b5903c1f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b5903c1ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b5903c1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b5903c1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b5903c4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b590354741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b59036447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b59036447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b59036447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b5903546214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b59034ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b59034ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b5903641c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b5903641a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b5903c280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b5903c278d8 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 0x7b59034db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b59034db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b590355b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b590355b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b59034fa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b59034ea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b59034ea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b59035f0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b59034ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b59034ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b5903641c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b5903641a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b5903c280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b5903c278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b5903c24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b5903c24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b5903c24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b5904087db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b5904087db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b59040876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b590311b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b59034db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b59034db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b590355ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b590355ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b5903c1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5903c1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b5903c1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b5903c4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b590354741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b59036447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b59036447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b59036447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b5903546214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b59034ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b59034ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b5903641c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b5903641a7a 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 0x7b5903572bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5903579fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b5903592524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b5903592524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b5903592524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b59034fa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b59034fa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b5903561acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b59035625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b59035625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b59035625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b590355e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b590353e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b590354741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b59036447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b59036447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b59036447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b5903546214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b59034ea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b59034ea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b59035f0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b59034ea511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b59034ea511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b59034eab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b59034eab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b5903642e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b5903642e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b5903c275c6 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 0x7b59034db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b59034db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b590355ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b590355ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b5903c1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b5903c1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b5903c1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b5903c4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b590354741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b59036447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b59036447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b59036447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b5903546214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b5903545fb5 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 0x7b5903572bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5903574424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5903574424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b5903c1f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b5903c1ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b5903c1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b5903c1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b5903c4b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b590354741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b59036447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b59036447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b59036447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b5903546214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b59034ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b59034ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b5903641c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b5903642e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b5903642e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b5903642e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b5903c275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b5903c24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b5903c24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b5903c24ccf 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 0x7b59034ded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b59034ded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b5903c1f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b5903c1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b5903c1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b5903c4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b590354741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b59036447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b59036447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b59036447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b5903546214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b59034ea7ec 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 0x7b590351c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b590351c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b5903c1e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b5903c1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b5903c1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b5903c4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b590354741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b59036447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b59036447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b59036447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b5903546214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b59034ea7ec 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 0x7b590351c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b590351c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b5903c1e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b5903c1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b5903c1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b5903c1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b5903c1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b5903c4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b590354741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b59036447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b59036447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b59036447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b5903546214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b59035ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b59035ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b59035e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b59035e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b59035e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b59035c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b59035c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b59035f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b59034eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b59034ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b59034ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b5903641c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b5903641a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b5903c280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463582 byte(s) leaked in 8683 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/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/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 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b9d2e0ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b9d2e0ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b9d2e241c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b9d2e241a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b9d2e8280c4 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[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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 289792
DEBUG    ya.test:process.py:259 Command (pid 289792) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 289792) elapsed time (sec): 17.24265766143799
DEBUG    ya.test:process.py:263 Command (pid 289792) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 289792) inblock: 2880
DEBUG    ya.test:process.py:263 Command (pid 289792) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 289792) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 289792) majflt: 23
DEBUG    ya.test:process.py:263 Command (pid 289792) maxrss: 1547608
DEBUG    ya.test:process.py:263 Command (pid 289792) minflt: 1004791
DEBUG    ya.test:process.py:263 Command (pid 289792) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 289792) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 289792) nivcsw: 640
DEBUG    ya.test:process.py:263 Command (pid 289792) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 289792) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 289792) nvcsw: 104325
DEBUG    ya.test:process.py:263 Command (pid 289792) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 289792) stime: 3.861333
DEBUG    ya.test:process.py:263 Command (pid 289792) utime: 10.343851
DEBUG    ya.test:process.py:263 Command (pid 289792) wtime: 17.244
DEBUG    ya.test:process.py:275 Command (pid 289792) output:
2026-01-28T16:09:13.846502Z Fetching udfs...
2026-01-28T16:09:14.387987Z Initialization of fq runner...
2026-01-28T16:09:17.464186Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.820589s
2026-01-28T16:09:18.290005Z Fetching query results...
2026-01-28T16:09:18.290033Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 289792) errors:
...0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b9d2e1c2de0 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 0x7b9d2e0db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9d2e0db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9d2e15ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9d2e15ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9d2e81ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b9d2e81c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b9d2e820090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b9d2e820090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b9d2e1f182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b9d2e0ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b9d2e0ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b9d2e241c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b9d2e241a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b9d2e8280c4 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 0x7b9d2e172bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9d2e179fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9d2e0f4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b9d2e0fdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b9d2e8273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b9d2e8271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b9d2e826f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b9d2e824a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b9d2e824a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b9d2e824ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b9d2ec87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b9d2ec87db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9d2ec876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9d2dd1b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f9d4d336d8f  (/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 0x7b9d2e0db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9d2e0db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9d2e15b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9d2e15b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b9d2e1f4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b9d2e1f4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b9d2e1f0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b9d2e0ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b9d2e0ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b9d2e241c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b9d2e241a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b9d2e8280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b9d2e8278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b9d2e824bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b9d2e824aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b9d2e824ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b9d2ec87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b9d2ec87db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9d2ec876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9d2dd1b928 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 0x7b9d2e172bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9d2e174424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9d2e174424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9d2e81f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9d2e81ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b9d2e81c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b9d2e81c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b9d2e84b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b9d2e14741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b9d2e2447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b9d2e2447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b9d2e2447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b9d2e146214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b9d2e0ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b9d2e0ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b9d2e241c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b9d2e242e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b9d2e242e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b9d2e242e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b9d2e8275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b9d2e824bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b9d2e824aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b9d2e824ccf 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 0x7b9d2e172bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9d2e179fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9d2e192524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b9d2e192524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b9d2e192524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b9d2e0fa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b9d2e0fa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b9d2e161acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b9d2e1625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b9d2e1625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b9d2e1625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b9d2e163e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b9d2e14ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b9d2e827044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b9d2e827044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b9d2e826f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b9d2e824a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b9d2e824a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b9d2e824ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b9d2ec87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b9d2ec87db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9d2ec876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9d2dd1b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f9d4d336d8f  (/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 0x7b9d2e0ded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b9d2e0ded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b9d2e81f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b9d2e81ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b9d2e81c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b9d2e81c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b9d2e84bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b9d2e14741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b9d2e2447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b9d2e2447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b9d2e2447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b9d2e146214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b9d2e0ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b9d2e0ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b9d2e241c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b9d2e241a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b9d2e8280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b9d2e8278d8 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 0x7b9d2e0db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9d2e0db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9d2e15b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9d2e15b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b9d2e0fa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b9d2e0ea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b9d2e0ea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b9d2e1f0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b9d2e0ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b9d2e0ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b9d2e241c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b9d2e241a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b9d2e8280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b9d2e8278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b9d2e824bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b9d2e824aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b9d2e824ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b9d2ec87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b9d2ec87db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9d2ec876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9d2dd1b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b9d2e0db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9d2e0db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9d2e15ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9d2e15ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9d2e81ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9d2e81c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b9d2e81c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b9d2e84bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b9d2e14741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b9d2e2447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b9d2e2447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b9d2e2447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b9d2e146214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b9d2e0ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b9d2e0ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b9d2e241c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b9d2e241a7a 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 0x7b9d2e172bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9d2e179fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9d2e192524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b9d2e192524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b9d2e192524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b9d2e0fa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b9d2e0fa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b9d2e161acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b9d2e1625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b9d2e1625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b9d2e1625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b9d2e15e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b9d2e13e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b9d2e14741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b9d2e2447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b9d2e2447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b9d2e2447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b9d2e146214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b9d2e0ea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9d2e0ea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b9d2e1f0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b9d2e0ea511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b9d2e0ea511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b9d2e0eab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b9d2e0eab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b9d2e242e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b9d2e242e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b9d2e8275c6 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 0x7b9d2e0db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9d2e0db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9d2e15ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9d2e15ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9d2e81ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b9d2e81c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b9d2e81c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b9d2e84bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b9d2e14741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b9d2e2447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b9d2e2447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b9d2e2447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b9d2e146214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b9d2e145fb5 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 0x7b9d2e172bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9d2e174424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9d2e174424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9d2e81f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9d2e81ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b9d2e81c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b9d2e81c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b9d2e84b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b9d2e14741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b9d2e2447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b9d2e2447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b9d2e2447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b9d2e146214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b9d2e0ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b9d2e0ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b9d2e241c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b9d2e242e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b9d2e242e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b9d2e242e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b9d2e8275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b9d2e824bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b9d2e824aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b9d2e824ccf 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 0x7b9d2e0ded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b9d2e0ded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b9d2e81f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9d2e81c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b9d2e81c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b9d2e84bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b9d2e14741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b9d2e2447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b9d2e2447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b9d2e2447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b9d2e146214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b9d2e0ea7ec 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 0x7b9d2e11c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b9d2e11c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b9d2e81e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9d2e81c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b9d2e81c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b9d2e84bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b9d2e14741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b9d2e2447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b9d2e2447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b9d2e2447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b9d2e146214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b9d2e0ea7ec 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 0x7b9d2e11c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b9d2e11c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b9d2e81e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b9d2e81c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b9d2e81c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b9d2e84bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b9d2e14741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b9d2e2447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b9d2e2447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b9d2e2447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b9d2e146214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b9d2e0ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b9d2e0ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b9d2e241c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b9d2e241a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b9d2e8280c4 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'...0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b9d2e1c2de0 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 0x7b9d2e0db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9d2e0db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9d2e15ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9d2e15ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9d2e81ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b9d2e81c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b9d2e820090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b9d2e820090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b9d2e1f182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b9d2e0ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b9d2e0ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b9d2e241c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b9d2e241a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b9d2e8280c4 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 0x7b9d2e172bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9d2e179fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9d2e0f4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b9d2e0fdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b9d2e8273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b9d2e8271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b9d2e826f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b9d2e824a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b9d2e824a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b9d2e824ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b9d2ec87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b9d2ec87db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b9d2ec876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b9d2dd1b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f9d4d336d8f  (/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 0x7b9d2e0db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9d2e0db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9d2e15b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9d2e15b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b9d2e1f4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b9d2e1f4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b9d2e1f0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b9d2e0ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b9d2e0ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b9d2e241c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b9d2e241a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b9d2e8280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b9d2e8278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b9d2e824bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b9d2e824aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b9d2e824ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b9d2ec87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b9d2ec87db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b9d2ec876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b9d2dd1b928 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 0x7b9d2e172bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9d2e174424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9d2e174424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9d2e81f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9d2e81ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b9d2e81c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b9d2e81c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b9d2e84b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b9d2e14741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b9d2e2447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b9d2e2447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b9d2e2447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b9d2e146214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b9d2e0ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b9d2e0ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b9d2e241c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b9d2e242e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b9d2e242e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b9d2e242e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b9d2e8275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b9d2e824bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b9d2e824aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b9d2e824ccf 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 0x7b9d2e172bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9d2e179fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9d2e192524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b9d2e192524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b9d2e192524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b9d2e0fa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b9d2e0fa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b9d2e161acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b9d2e1625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b9d2e1625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b9d2e1625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b9d2e163e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b9d2e14ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b9d2e827044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b9d2e827044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b9d2e826f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b9d2e824a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b9d2e824a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b9d2e824ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b9d2ec87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b9d2ec87db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b9d2ec876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b9d2dd1b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f9d4d336d8f  (/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 0x7b9d2e0ded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b9d2e0ded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b9d2e81f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b9d2e81ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b9d2e81c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b9d2e81c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b9d2e84bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b9d2e14741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b9d2e2447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b9d2e2447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b9d2e2447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b9d2e146214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b9d2e0ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b9d2e0ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b9d2e241c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b9d2e241a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b9d2e8280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b9d2e8278d8 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 0x7b9d2e0db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9d2e0db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9d2e15b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9d2e15b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b9d2e0fa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b9d2e0ea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b9d2e0ea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b9d2e1f0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b9d2e0ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b9d2e0ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b9d2e241c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b9d2e241a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b9d2e8280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b9d2e8278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b9d2e824bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b9d2e824aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b9d2e824ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b9d2ec87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b9d2ec87db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b9d2ec876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b9d2dd1b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b9d2e0db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9d2e0db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9d2e15ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9d2e15ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9d2e81ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9d2e81c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b9d2e81c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b9d2e84bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b9d2e14741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b9d2e2447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b9d2e2447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b9d2e2447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b9d2e146214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b9d2e0ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b9d2e0ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b9d2e241c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b9d2e241a7a 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 0x7b9d2e172bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9d2e179fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9d2e192524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b9d2e192524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b9d2e192524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b9d2e0fa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b9d2e0fa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b9d2e161acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b9d2e1625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b9d2e1625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b9d2e1625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b9d2e15e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b9d2e13e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b9d2e14741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b9d2e2447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b9d2e2447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b9d2e2447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b9d2e146214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b9d2e0ea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9d2e0ea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b9d2e1f0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b9d2e0ea511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b9d2e0ea511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b9d2e0eab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b9d2e0eab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b9d2e242e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b9d2e242e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b9d2e8275c6 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 0x7b9d2e0db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9d2e0db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9d2e15ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9d2e15ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9d2e81ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b9d2e81c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b9d2e81c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b9d2e84bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b9d2e14741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b9d2e2447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b9d2e2447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b9d2e2447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b9d2e146214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b9d2e145fb5 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 0x7b9d2e172bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9d2e174424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9d2e174424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9d2e81f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9d2e81ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b9d2e81c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b9d2e81c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b9d2e84b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b9d2e14741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b9d2e2447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b9d2e2447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b9d2e2447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b9d2e146214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b9d2e0ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b9d2e0ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b9d2e241c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b9d2e242e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b9d2e242e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b9d2e242e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b9d2e8275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b9d2e824bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b9d2e824aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b9d2e824ccf 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 0x7b9d2e0ded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b9d2e0ded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b9d2e81f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9d2e81c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b9d2e81c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b9d2e84bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b9d2e14741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b9d2e2447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b9d2e2447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b9d2e2447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b9d2e146214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b9d2e0ea7ec 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 0x7b9d2e11c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b9d2e11c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b9d2e81e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9d2e81c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b9d2e81c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b9d2e84bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b9d2e14741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b9d2e2447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b9d2e2447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b9d2e2447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b9d2e146214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b9d2e0ea7ec 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 0x7b9d2e11c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b9d2e11c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b9d2e81e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b9d2e81ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b9d2e81ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b9d2e81c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b9d2e81c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b9d2e84bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b9d2e14741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b9d2e2447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b9d2e2447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b9d2e2447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b9d2e146214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b9d2e1ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b9d2e1ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b9d2e1e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b9d2e1e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b9d2e1e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b9d2e1c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b9d2e1c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b9d2e1f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b9d2e0eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b9d2e0ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b9d2e0ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b9d2e241c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b9d2e241a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b9d2e8280c4 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[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/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/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 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7ba41548a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7ba41548a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7ba4155e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7ba4155e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7ba415bc80c4 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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 298139
DEBUG    ya.test:process.py:259 Command (pid 298139) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 298139) elapsed time (sec): 17.834946632385254
DEBUG    ya.test:process.py:263 Command (pid 298139) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 298139) inblock: 96
DEBUG    ya.test:process.py:263 Command (pid 298139) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 298139) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 298139) majflt: 5
DEBUG    ya.test:process.py:263 Command (pid 298139) maxrss: 1530384
DEBUG    ya.test:process.py:263 Command (pid 298139) minflt: 1000846
DEBUG    ya.test:process.py:263 Command (pid 298139) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 298139) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 298139) nivcsw: 664
DEBUG    ya.test:process.py:263 Command (pid 298139) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 298139) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 298139) nvcsw: 104989
DEBUG    ya.test:process.py:263 Command (pid 298139) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 298139) stime: 4.188566
DEBUG    ya.test:process.py:263 Command (pid 298139) utime: 10.751778999999999
DEBUG    ya.test:process.py:263 Command (pid 298139) wtime: 17.837
DEBUG    ya.test:process.py:275 Command (pid 298139) output:
2026-01-28T16:09:31.396418Z Fetching udfs...
2026-01-28T16:09:31.913094Z Initialization of fq runner...
2026-01-28T16:09:35.247663Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.056180s
2026-01-28T16:09:36.308036Z Fetching query results...
2026-01-28T16:09:36.308063Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 298139) errors:
...0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7ba415562de0 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 0x7ba41547b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7ba41547b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7ba4154fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7ba4154fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7ba415bbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7ba415bbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7ba415bc0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7ba415bc0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7ba41559182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ba41548a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7ba41548a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7ba4155e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7ba4155e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7ba415bc80c4 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 0x7ba415512bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ba415519fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ba415494d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ba41549dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7ba415bc73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7ba415bc71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7ba415bc6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7ba415bc4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7ba415bc4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7ba415bc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7ba416027db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7ba416027db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7ba4160276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7ba4150bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7fa4346d7d8f  (/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 0x7ba41547b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7ba41547b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7ba4154fb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7ba4154fb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7ba415594686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7ba415594686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7ba415590dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ba41548a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7ba41548a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7ba4155e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7ba4155e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7ba415bc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7ba415bc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7ba415bc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7ba415bc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7ba415bc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7ba416027db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7ba416027db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7ba4160276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7ba4150bb928 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 0x7ba415512bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ba415514424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ba415514424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ba415bbf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ba415bbec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7ba415bbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7ba415bbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7ba415beb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7ba4154e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7ba4155e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7ba4155e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7ba4155e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7ba4154e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7ba41548a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7ba41548a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7ba4155e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7ba4155e2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7ba4155e2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7ba4155e2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7ba415bc75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7ba415bc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7ba415bc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7ba415bc4ccf 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 0x7ba415512bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ba415519fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ba415532524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7ba415532524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7ba415532524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7ba41549a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7ba41549a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7ba415501acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7ba4155025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7ba4155025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7ba4155025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7ba415503e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7ba4154ead0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7ba415bc7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7ba415bc7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7ba415bc6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7ba415bc4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7ba415bc4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7ba415bc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7ba416027db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7ba416027db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7ba4160276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7ba4150bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7fa4346d7d8f  (/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 0x7ba41547ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7ba41547ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7ba415bbf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7ba415bbece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7ba415bbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7ba415bbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7ba415bebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7ba4154e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7ba4155e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7ba4155e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7ba4155e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7ba4154e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7ba41548a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7ba41548a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7ba4155e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7ba4155e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7ba415bc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7ba415bc78d8 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 0x7ba41547b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7ba41547b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7ba4154fb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7ba4154fb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7ba41549a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7ba41548a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7ba41548a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7ba415590ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7ba41548a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7ba41548a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7ba4155e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7ba4155e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7ba415bc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7ba415bc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7ba415bc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7ba415bc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7ba415bc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7ba416027db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7ba416027db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7ba4160276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7ba4150bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7ba41547b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7ba41547b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7ba4154fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7ba4154fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7ba415bbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7ba415bbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7ba415bbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7ba415bebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7ba4154e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7ba4155e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7ba4155e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7ba4155e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7ba4154e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7ba41548a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7ba41548a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7ba4155e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7ba4155e1a7a 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 0x7ba415512bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ba415519fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ba415532524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7ba415532524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7ba415532524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7ba41549a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7ba41549a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7ba415501acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7ba4155025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7ba4155025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7ba4155025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7ba4154fe5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7ba4154de92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7ba4154e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7ba4155e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7ba4155e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7ba4155e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7ba4154e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7ba41548a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7ba41548a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7ba415590ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7ba41548a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7ba41548a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7ba41548ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7ba41548ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7ba4155e2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7ba4155e2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7ba415bc75c6 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 0x7ba41547b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7ba41547b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7ba4154fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7ba4154fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7ba415bbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7ba415bbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7ba415bbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7ba415bebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7ba4154e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7ba4155e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7ba4155e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7ba4155e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7ba4154e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7ba4154e5fb5 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 0x7ba415512bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ba415514424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ba415514424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ba415bbf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ba415bbec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7ba415bbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7ba415bbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7ba415beb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7ba4154e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7ba4155e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7ba4155e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7ba4155e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7ba4154e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7ba41548a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7ba41548a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7ba4155e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7ba4155e2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7ba4155e2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7ba4155e2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7ba415bc75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7ba415bc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7ba415bc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7ba415bc4ccf 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 0x7ba41547ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7ba41547ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7ba415bbf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7ba415bbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7ba415bbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7ba415bebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7ba4154e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7ba4155e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7ba4155e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7ba4155e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7ba4154e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7ba41548a7ec 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 0x7ba4154bc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7ba4154bc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7ba415bbe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7ba415bbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7ba415bbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7ba415bebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7ba4154e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7ba4155e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7ba4155e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7ba4155e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7ba4154e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7ba41548a7ec 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 0x7ba4154bc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7ba4154bc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7ba415bbe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7ba415bbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7ba415bbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7ba415bebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7ba4154e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7ba4155e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7ba4155e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7ba4155e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7ba4154e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ba41548a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7ba41548a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7ba4155e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7ba4155e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7ba415bc80c4 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'...0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7ba415562de0 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 0x7ba41547b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7ba41547b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7ba4154fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7ba4154fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7ba415bbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7ba415bbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7ba415bc0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7ba415bc0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7ba41559182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ba41548a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7ba41548a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7ba4155e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7ba4155e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7ba415bc80c4 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 0x7ba415512bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ba415519fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ba415494d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ba41549dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7ba415bc73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7ba415bc71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7ba415bc6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7ba415bc4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7ba415bc4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7ba415bc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7ba416027db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7ba416027db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7ba4160276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7ba4150bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7fa4346d7d8f  (/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 0x7ba41547b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7ba41547b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7ba4154fb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7ba4154fb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7ba415594686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7ba415594686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7ba415590dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ba41548a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7ba41548a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7ba4155e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7ba4155e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7ba415bc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7ba415bc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7ba415bc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7ba415bc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7ba415bc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7ba416027db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7ba416027db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7ba4160276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7ba4150bb928 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 0x7ba415512bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ba415514424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ba415514424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ba415bbf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ba415bbec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7ba415bbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7ba415bbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7ba415beb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7ba4154e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7ba4155e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7ba4155e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7ba4155e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7ba4154e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7ba41548a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7ba41548a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7ba4155e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7ba4155e2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7ba4155e2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7ba4155e2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7ba415bc75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7ba415bc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7ba415bc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7ba415bc4ccf 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 0x7ba415512bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ba415519fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ba415532524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7ba415532524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7ba415532524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7ba41549a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7ba41549a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7ba415501acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7ba4155025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7ba4155025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7ba4155025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7ba415503e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7ba4154ead0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7ba415bc7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7ba415bc7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7ba415bc6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7ba415bc4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7ba415bc4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7ba415bc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7ba416027db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7ba416027db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7ba4160276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7ba4150bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7fa4346d7d8f  (/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 0x7ba41547ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7ba41547ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7ba415bbf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7ba415bbece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7ba415bbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7ba415bbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7ba415bebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7ba4154e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7ba4155e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7ba4155e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7ba4155e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7ba4154e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7ba41548a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7ba41548a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7ba4155e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7ba4155e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7ba415bc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7ba415bc78d8 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 0x7ba41547b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7ba41547b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7ba4154fb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7ba4154fb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7ba41549a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7ba41548a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7ba41548a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7ba415590ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7ba41548a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7ba41548a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7ba4155e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7ba4155e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7ba415bc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7ba415bc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7ba415bc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7ba415bc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7ba415bc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7ba416027db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7ba416027db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7ba4160276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7ba4150bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7ba41547b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7ba41547b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7ba4154fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7ba4154fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7ba415bbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7ba415bbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7ba415bbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7ba415bebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7ba4154e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7ba4155e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7ba4155e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7ba4155e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7ba4154e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7ba41548a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7ba41548a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7ba4155e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7ba4155e1a7a 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 0x7ba415512bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ba415519fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ba415532524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7ba415532524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7ba415532524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7ba41549a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7ba41549a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7ba415501acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7ba4155025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7ba4155025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7ba4155025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7ba4154fe5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7ba4154de92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7ba4154e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7ba4155e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7ba4155e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7ba4155e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7ba4154e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7ba41548a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7ba41548a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7ba415590ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7ba41548a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7ba41548a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7ba41548ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7ba41548ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7ba4155e2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7ba4155e2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7ba415bc75c6 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 0x7ba41547b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7ba41547b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7ba4154fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7ba4154fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7ba415bbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7ba415bbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7ba415bbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7ba415bebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7ba4154e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7ba4155e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7ba4155e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7ba4155e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7ba4154e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7ba4154e5fb5 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 0x7ba415512bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ba415514424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ba415514424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ba415bbf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ba415bbec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7ba415bbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7ba415bbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7ba415beb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7ba4154e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7ba4155e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7ba4155e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7ba4155e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7ba4154e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7ba41548a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7ba41548a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7ba4155e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7ba4155e2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7ba4155e2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7ba4155e2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7ba415bc75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7ba415bc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7ba415bc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7ba415bc4ccf 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 0x7ba41547ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7ba41547ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7ba415bbf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7ba415bbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7ba415bbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7ba415bebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7ba4154e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7ba4155e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7ba4155e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7ba4155e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7ba4154e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7ba41548a7ec 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 0x7ba4154bc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7ba4154bc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7ba415bbe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7ba415bbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7ba415bbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7ba415bebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7ba4154e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7ba4155e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7ba4155e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7ba4155e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7ba4154e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7ba41548a7ec 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 0x7ba4154bc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7ba4154bc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7ba415bbe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7ba415bbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7ba415bbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7ba415bbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7ba415bbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7ba415bebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7ba4154e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7ba4155e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7ba4155e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7ba4155e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7ba4154e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7ba41558e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7ba41558e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7ba415586d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7ba415586d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7ba415586d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7ba415562de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7ba415562de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7ba41559288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7ba41548b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ba41548a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7ba41548a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7ba4155e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7ba4155e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7ba415bc80c4 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/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/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 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b77b35ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b77b35ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b77b3711c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b77b3711a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b77b3cf80c4 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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 306170
DEBUG    ya.test:process.py:259 Command (pid 306170) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 306170) elapsed time (sec): 22.340925931930542
DEBUG    ya.test:process.py:263 Command (pid 306170) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 306170) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 306170) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 306170) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 306170) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 306170) maxrss: 1534836
DEBUG    ya.test:process.py:263 Command (pid 306170) minflt: 995694
DEBUG    ya.test:process.py:263 Command (pid 306170) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 306170) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 306170) nivcsw: 4201
DEBUG    ya.test:process.py:263 Command (pid 306170) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 306170) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 306170) nvcsw: 104241
DEBUG    ya.test:process.py:263 Command (pid 306170) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 306170) stime: 3.904689
DEBUG    ya.test:process.py:263 Command (pid 306170) utime: 12.178415
DEBUG    ya.test:process.py:263 Command (pid 306170) wtime: 22.356
DEBUG    ya.test:process.py:275 Command (pid 306170) output:
2026-01-28T16:09:49.687126Z Fetching udfs...
2026-01-28T16:09:50.296061Z Initialization of fq runner...
2026-01-28T16:09:54.552921Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.063455s
2026-01-28T16:09:55.624481Z Fetching query results...
2026-01-28T16:09:55.624513Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 306170) errors:
...0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b77b3692de0 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 0x7b77b35ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b77b35ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b77b362ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b77b362ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b77b3ceee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b77b3cec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b77b3cf0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b77b3cf0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b77b36c182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b77b35ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b77b35ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b77b3711c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b77b3711a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b77b3cf80c4 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 0x7b77b3642bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b77b3649fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b77b35c4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b77b35cdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b77b3cf73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b77b3cf71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b77b3cf6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b77b3cf4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b77b3cf4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b77b3cf4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b77b4157db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b77b4157db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b77b41576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b77b31eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f77d2805d8f  (/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 0x7b77b35ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b77b35ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b77b362b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b77b362b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b77b36c4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b77b36c4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b77b36c0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b77b35ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b77b35ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b77b3711c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b77b3711a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b77b3cf80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b77b3cf78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b77b3cf4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b77b3cf4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b77b3cf4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b77b4157db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b77b4157db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b77b41576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b77b31eb928 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 0x7b77b3642bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b77b3644424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b77b3644424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b77b3cef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b77b3ceec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b77b3cec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b77b3cec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b77b3d1b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b77b361741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b77b37147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b77b37147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b77b37147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b77b3616214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b77b35ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b77b35ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b77b3711c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b77b3712e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b77b3712e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b77b3712e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b77b3cf75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b77b3cf4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b77b3cf4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b77b3cf4ccf 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 0x7b77b3642bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b77b3649fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b77b3662524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b77b3662524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b77b3662524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b77b35ca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b77b35ca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b77b3631acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b77b36325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b77b36325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b77b36325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b77b3633e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b77b361ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b77b3cf7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b77b3cf7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b77b3cf6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b77b3cf4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b77b3cf4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b77b3cf4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b77b4157db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b77b4157db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b77b41576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b77b31eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f77d2805d8f  (/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 0x7b77b35aed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b77b35aed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b77b3cef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b77b3ceece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b77b3cec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b77b3cec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b77b3d1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b77b361741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b77b37147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b77b37147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b77b37147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b77b3616214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b77b35ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b77b35ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b77b3711c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b77b3711a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b77b3cf80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b77b3cf78d8 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 0x7b77b35ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b77b35ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b77b362b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b77b362b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b77b35ca356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b77b35ba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b77b35ba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b77b36c0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b77b35ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b77b35ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b77b3711c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b77b3711a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b77b3cf80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b77b3cf78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b77b3cf4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b77b3cf4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b77b3cf4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b77b4157db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b77b4157db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b77b41576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b77b31eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b77b35ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b77b35ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b77b362ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b77b362ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b77b3ceee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b77b3cec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b77b3cec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b77b3d1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b77b361741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b77b37147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b77b37147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b77b37147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b77b3616214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b77b35ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b77b35ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b77b3711c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b77b3711a7a 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 0x7b77b3642bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b77b3649fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b77b3662524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b77b3662524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b77b3662524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b77b35ca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b77b35ca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b77b3631acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b77b36325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b77b36325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b77b36325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b77b362e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b77b360e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b77b361741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b77b37147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b77b37147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b77b37147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b77b3616214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b77b35ba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b77b35ba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b77b36c0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b77b35ba511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b77b35ba511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b77b35bab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b77b35bab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b77b3712e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b77b3712e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b77b3cf75c6 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 0x7b77b35ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b77b35ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b77b362ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b77b362ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b77b3ceee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b77b3cec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b77b3cec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b77b3d1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b77b361741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b77b37147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b77b37147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b77b37147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b77b3616214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b77b3615fb5 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 0x7b77b3642bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b77b3644424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b77b3644424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b77b3cef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b77b3ceec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b77b3cec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b77b3cec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b77b3d1b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b77b361741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b77b37147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b77b37147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b77b37147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b77b3616214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b77b35ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b77b35ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b77b3711c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b77b3712e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b77b3712e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b77b3712e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b77b3cf75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b77b3cf4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b77b3cf4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b77b3cf4ccf 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 0x7b77b35aed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b77b35aed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b77b3cef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b77b3cec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b77b3cec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b77b3d1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b77b361741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b77b37147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b77b37147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b77b37147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b77b3616214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b77b35ba7ec 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 0x7b77b35ec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b77b35ec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b77b3cee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b77b3cec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b77b3cec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b77b3d1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b77b361741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b77b37147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b77b37147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b77b37147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b77b3616214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b77b35ba7ec 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 0x7b77b35ec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b77b35ec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b77b3cee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b77b3cec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b77b3cec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b77b3d1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b77b361741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b77b37147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b77b37147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b77b37147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b77b3616214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b77b35ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b77b35ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b77b3711c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b77b3711a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b77b3cf80c4 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'...0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b77b3692de0 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 0x7b77b35ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b77b35ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b77b362ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b77b362ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b77b3ceee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b77b3cec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b77b3cf0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b77b3cf0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b77b36c182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b77b35ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b77b35ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b77b3711c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b77b3711a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b77b3cf80c4 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 0x7b77b3642bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b77b3649fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b77b35c4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b77b35cdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b77b3cf73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b77b3cf71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b77b3cf6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b77b3cf4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b77b3cf4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b77b3cf4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b77b4157db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b77b4157db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b77b41576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b77b31eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f77d2805d8f  (/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 0x7b77b35ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b77b35ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b77b362b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b77b362b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b77b36c4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b77b36c4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b77b36c0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b77b35ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b77b35ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b77b3711c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b77b3711a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b77b3cf80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b77b3cf78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b77b3cf4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b77b3cf4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b77b3cf4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b77b4157db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b77b4157db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b77b41576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b77b31eb928 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 0x7b77b3642bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b77b3644424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b77b3644424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b77b3cef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b77b3ceec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b77b3cec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b77b3cec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b77b3d1b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b77b361741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b77b37147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b77b37147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b77b37147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b77b3616214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b77b35ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b77b35ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b77b3711c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b77b3712e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b77b3712e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b77b3712e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b77b3cf75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b77b3cf4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b77b3cf4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b77b3cf4ccf 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 0x7b77b3642bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b77b3649fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b77b3662524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b77b3662524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b77b3662524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b77b35ca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b77b35ca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b77b3631acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b77b36325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b77b36325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b77b36325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b77b3633e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b77b361ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b77b3cf7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b77b3cf7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b77b3cf6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b77b3cf4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b77b3cf4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b77b3cf4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b77b4157db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b77b4157db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b77b41576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b77b31eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f77d2805d8f  (/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 0x7b77b35aed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b77b35aed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b77b3cef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b77b3ceece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b77b3cec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b77b3cec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b77b3d1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b77b361741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b77b37147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b77b37147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b77b37147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b77b3616214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b77b35ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b77b35ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b77b3711c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b77b3711a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b77b3cf80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b77b3cf78d8 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 0x7b77b35ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b77b35ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b77b362b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b77b362b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b77b35ca356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b77b35ba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b77b35ba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b77b36c0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b77b35ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b77b35ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b77b3711c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b77b3711a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b77b3cf80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b77b3cf78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b77b3cf4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b77b3cf4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b77b3cf4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b77b4157db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b77b4157db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b77b41576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b77b31eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b77b35ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b77b35ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b77b362ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b77b362ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b77b3ceee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b77b3cec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b77b3cec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b77b3d1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b77b361741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b77b37147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b77b37147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b77b37147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b77b3616214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b77b35ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b77b35ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b77b3711c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b77b3711a7a 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 0x7b77b3642bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b77b3649fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b77b3662524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b77b3662524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b77b3662524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b77b35ca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b77b35ca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b77b3631acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b77b36325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b77b36325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b77b36325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b77b362e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b77b360e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b77b361741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b77b37147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b77b37147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b77b37147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b77b3616214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b77b35ba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b77b35ba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b77b36c0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b77b35ba511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b77b35ba511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b77b35bab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b77b35bab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b77b3712e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b77b3712e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b77b3cf75c6 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 0x7b77b35ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b77b35ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b77b362ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b77b362ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b77b3ceee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b77b3cec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b77b3cec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b77b3d1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b77b361741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b77b37147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b77b37147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b77b37147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b77b3616214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b77b3615fb5 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 0x7b77b3642bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b77b3644424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b77b3644424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b77b3cef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b77b3ceec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b77b3cec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b77b3cec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b77b3d1b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b77b361741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b77b37147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b77b37147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b77b37147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b77b3616214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b77b35ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b77b35ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b77b3711c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b77b3712e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b77b3712e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b77b3712e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b77b3cf75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b77b3cf4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b77b3cf4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b77b3cf4ccf 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 0x7b77b35aed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b77b35aed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b77b3cef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b77b3cec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b77b3cec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b77b3d1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b77b361741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b77b37147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b77b37147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b77b37147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b77b3616214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b77b35ba7ec 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 0x7b77b35ec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b77b35ec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b77b3cee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b77b3cec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b77b3cec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b77b3d1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b77b361741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b77b37147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b77b37147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b77b37147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b77b3616214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b77b35ba7ec 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 0x7b77b35ec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b77b35ec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b77b3cee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b77b3ceee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b77b3ceec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b77b3cec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b77b3cec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b77b3d1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b77b361741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b77b37147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b77b37147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b77b37147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b77b3616214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b77b36be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b77b36be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b77b36b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b77b36b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b77b36b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b77b3692de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b77b3692de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b77b36c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b77b35bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b77b35ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b77b35ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b77b3711c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b77b3711a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b77b3cf80c4 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/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/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 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b628f9ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b628f9ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b628fb41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b628fb41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b62901280c4 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/3zoe/000a2e/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/3zoe/000a2e/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/3zoe/000a2e/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 314032
DEBUG    ya.test:process.py:259 Command (pid 314032) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 314032) elapsed time (sec): 23.506823301315308
DEBUG    ya.test:process.py:263 Command (pid 314032) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 314032) inblock: 96
DEBUG    ya.test:process.py:263 Command (pid 314032) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 314032) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 314032) majflt: 3
DEBUG    ya.test:process.py:263 Command (pid 314032) maxrss: 1514248
DEBUG    ya.test:process.py:263 Command (pid 314032) minflt: 980446
DEBUG    ya.test:process.py:263 Command (pid 314032) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 314032) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 314032) nivcsw: 2968
DEBUG    ya.test:process.py:263 Command (pid 314032) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 314032) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 314032) nvcsw: 102359
DEBUG    ya.test:process.py:263 Command (pid 314032) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 314032) stime: 4.105502
DEBUG    ya.test:process.py:263 Command (pid 314032) utime: 11.580737
DEBUG    ya.test:process.py:263 Command (pid 314032) wtime: 23.512
DEBUG    ya.test:process.py:275 Command (pid 314032) output:
2026-01-28T16:10:12.251587Z Fetching udfs...
2026-01-28T16:10:12.906296Z Initialization of fq runner...
2026-01-28T16:10:18.659606Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.635364s
2026-01-28T16:10:19.301495Z Fetching query results...
2026-01-28T16:10:19.301523Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 314032) errors:
...0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b628fac2de0 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 0x7b628f9db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b628f9db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b628fa5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b628fa5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b629011ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b629011c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b6290120090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b6290120090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b628faf182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b628f9ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b628f9ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b628fb41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b628fb41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b62901280c4 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 0x7b628fa72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b628fa79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b628f9f4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b628f9fdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b62901273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b62901271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b6290126f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b6290124a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b6290124a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b6290124ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b6290587db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b6290587db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b62905876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b628f61b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f62aec34d8f  (/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 0x7b628f9db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b628f9db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b628fa5b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b628fa5b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b628faf4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b628faf4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b628faf0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b628f9ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b628f9ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b628fb41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b628fb41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b62901280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b62901278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b6290124bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b6290124aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b6290124ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b6290587db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b6290587db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b62905876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b628f61b928 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 0x7b628fa72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b628fa74424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b628fa74424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b629011f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b629011ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b629011c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b629011c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b629014b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b628fa4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b628fb447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b628fb447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b628fb447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b628fa46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b628f9ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b628f9ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b628fb41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b628fb42e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b628fb42e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b628fb42e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b62901275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b6290124bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b6290124aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b6290124ccf 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 0x7b628fa72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b628fa79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b628fa92524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b628fa92524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b628fa92524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b628f9fa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b628f9fa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b628fa61acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b628fa625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b628fa625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b628fa625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b628fa63e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b628fa4ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b6290127044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b6290127044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b6290126f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b6290124a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b6290124a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b6290124ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b6290587db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b6290587db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b62905876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b628f61b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f62aec34d8f  (/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 0x7b628f9ded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b628f9ded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b629011f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b629011ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b629011c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b629011c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b629014bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b628fa4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b628fb447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b628fb447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b628fb447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b628fa46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b628f9ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b628f9ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b628fb41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b628fb41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b62901280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b62901278d8 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 0x7b628f9db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b628f9db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b628fa5b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b628fa5b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b628f9fa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b628f9ea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b628f9ea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b628faf0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b628f9ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b628f9ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b628fb41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b628fb41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b62901280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b62901278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b6290124bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b6290124aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b6290124ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b6290587db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b6290587db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b62905876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b628f61b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b628f9db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b628f9db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b628fa5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b628fa5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b629011ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b629011c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b629011c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b629014bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b628fa4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b628fb447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b628fb447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b628fb447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b628fa46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b628f9ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b628f9ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b628fb41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b628fb41a7a 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 0x7b628fa72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b628fa79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b628fa92524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b628fa92524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b628fa92524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b628f9fa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b628f9fa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b628fa61acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b628fa625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b628fa625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b628fa625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b628fa5e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b628fa3e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b628fa4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b628fb447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b628fb447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b628fb447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b628fa46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b628f9ea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b628f9ea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b628faf0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b628f9ea511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b628f9ea511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b628f9eab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b628f9eab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b628fb42e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b628fb42e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b62901275c6 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 0x7b628f9db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b628f9db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b628fa5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b628fa5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b629011ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b629011c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b629011c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b629014bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b628fa4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b628fb447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b628fb447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b628fb447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b628fa46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b628fa45fb5 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 0x7b628fa72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b628fa74424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b628fa74424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b629011f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b629011ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b629011c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b629011c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b629014b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b628fa4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b628fb447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b628fb447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b628fb447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b628fa46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b628f9ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b628f9ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b628fb41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b628fb42e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b628fb42e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b628fb42e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b62901275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b6290124bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b6290124aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b6290124ccf 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 0x7b628f9ded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b628f9ded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b629011f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b629011c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b629011c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b629014bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b628fa4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b628fb447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b628fb447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b628fb447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b628fa46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b628f9ea7ec 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 0x7b628fa1c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b628fa1c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b629011e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b629011c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b629011c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b629014bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b628fa4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b628fb447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b628fb447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b628fb447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b628fa46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b628f9ea7ec 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 0x7b628fa1c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b628fa1c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b629011e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b629011c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b629011c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b629014bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b628fa4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b628fb447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b628fb447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b628fb447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b628fa46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b628f9ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b628f9ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b628fb41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b628fb41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b62901280c4 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'...0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b628fac2de0 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 0x7b628f9db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b628f9db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b628fa5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b628fa5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b629011ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b629011c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b6290120090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b6290120090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b628faf182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b628f9ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b628f9ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b628fb41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b628fb41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b62901280c4 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 0x7b628fa72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b628fa79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b628f9f4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b628f9fdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b62901273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b62901271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b6290126f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b6290124a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b6290124a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b6290124ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b6290587db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b6290587db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b62905876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b628f61b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f62aec34d8f  (/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 0x7b628f9db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b628f9db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b628fa5b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b628fa5b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b628faf4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b628faf4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b628faf0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b628f9ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b628f9ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b628fb41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b628fb41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b62901280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b62901278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b6290124bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b6290124aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b6290124ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b6290587db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b6290587db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b62905876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b628f61b928 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 0x7b628fa72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b628fa74424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b628fa74424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b629011f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b629011ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b629011c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b629011c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b629014b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b628fa4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b628fb447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b628fb447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b628fb447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b628fa46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b628f9ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b628f9ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b628fb41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b628fb42e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b628fb42e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b628fb42e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b62901275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b6290124bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b6290124aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b6290124ccf 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 0x7b628fa72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b628fa79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b628fa92524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b628fa92524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b628fa92524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b628f9fa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b628f9fa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b628fa61acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b628fa625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b628fa625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b628fa625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b628fa63e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b628fa4ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b6290127044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b6290127044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b6290126f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b6290124a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b6290124a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b6290124ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b6290587db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b6290587db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b62905876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b628f61b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f62aec34d8f  (/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 0x7b628f9ded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b628f9ded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b629011f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b629011ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b629011c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b629011c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b629014bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b628fa4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b628fb447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b628fb447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b628fb447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b628fa46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b628f9ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b628f9ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b628fb41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b628fb41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b62901280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b62901278d8 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 0x7b628f9db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b628f9db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b628fa5b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b628fa5b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b628f9fa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b628f9ea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b628f9ea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b628faf0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b628f9ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b628f9ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b628fb41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b628fb41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b62901280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b62901278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b6290124bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b6290124aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b6290124ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b6290587db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b6290587db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b62905876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b628f61b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b628f9db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b628f9db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b628fa5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b628fa5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b629011ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b629011c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b629011c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b629014bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b628fa4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b628fb447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b628fb447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b628fb447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b628fa46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b628f9ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b628f9ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b628fb41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b628fb41a7a 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 0x7b628fa72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b628fa79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b628fa92524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b628fa92524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b628fa92524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b628f9fa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b628f9fa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b628fa61acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b628fa625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b628fa625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b628fa625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b628fa5e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b628fa3e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b628fa4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b628fb447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b628fb447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b628fb447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b628fa46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b628f9ea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b628f9ea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b628faf0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b628f9ea511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b628f9ea511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b628f9eab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b628f9eab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b628fb42e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b628fb42e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b62901275c6 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 0x7b628f9db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b628f9db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b628fa5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b628fa5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b629011ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b629011c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b629011c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b629014bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b628fa4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b628fb447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b628fb447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b628fb447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b628fa46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b628fa45fb5 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 0x7b628fa72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b628fa74424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b628fa74424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b629011f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b629011ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b629011c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b629011c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b629014b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b628fa4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b628fb447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b628fb447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b628fb447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b628fa46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b628f9ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b628f9ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b628fb41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b628fb42e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b628fb42e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b628fb42e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b62901275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b6290124bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b6290124aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b6290124ccf 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 0x7b628f9ded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b628f9ded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b629011f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b629011c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b629011c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b629014bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b628fa4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b628fb447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b628fb447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b628fb447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b628fa46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b628f9ea7ec 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 0x7b628fa1c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b628fa1c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b629011e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b629011c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b629011c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b629014bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b628fa4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b628fb447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b628fb447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b628fb447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b628fa46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b628f9ea7ec 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 0x7b628fa1c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b628fa1c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b629011e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b629011ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b629011ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b629011c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b629011c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b629014bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b628fa4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b628fb447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b628fb447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b628fb447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b628fa46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b628faee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b628faee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b628fae6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b628fae6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b628fae6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b628fac2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b628fac2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b628faf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b628f9eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b628f9ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b628f9ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b628fb41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b628fb41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b62901280c4 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 ===============================
29.37s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindow-default.txt]
23.61s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowExprKey-default.txt]
23.58s call     test_sql_streaming.py::test[pq-ReadTopic-default.txt]
22.47s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt]
18.94s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowListKey-default.txt]
17.93s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowPercentile-default.txt]
17.30s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowNoKey-default.txt]
14.93s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowByStringKey-default.txt]
0.32s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowListKey-default.txt]
0.04s 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.01s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowNoKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadTopic-default.txt]
0.01s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowByStringKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowPercentile-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/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_b5rdxrwj/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 0x7ba66ca8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7ba66ca8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7ba66cbe216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7ba66cbe216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7ba66cb61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7ba66cb61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7ba66cae5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7ba66ca8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ba66ca8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7ba66ca8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7ba66cbe1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7ba66cbe1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7ba66d1c80c4 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-GroupByHoppingWindowByStringKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rjlsum_o/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 0x7bf2864cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bf2864cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bf28662216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bf28662216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bf2865a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bf2865a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bf286525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bf2864ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bf2864ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bf2864ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bf286621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bf286621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bf286c080c4 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/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_iezu47at/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 0x7b648837b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b648837b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b64884d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b64884d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b6488451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b6488451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b64883d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b648837a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b648837a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b648837a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b64884d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b64884d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b6488ab80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 451029 byte(s) leaked in 8410 allocation(s).
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowListKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rii8o0lw/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 0x7b59034eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b59034eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b590364216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b590364216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b59035c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b59035c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b5903545fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b59034ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b59034ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b59034ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b5903641c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b5903641a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b5903c280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463582 byte(s) leaked in 8683 allocation(s).
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowNoKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_9gviai_o/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 0x7b9d2e0eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b9d2e0eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b9d2e24216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b9d2e24216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b9d2e1c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b9d2e1c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b9d2e145fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b9d2e0ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b9d2e0ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b9d2e0ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b9d2e241c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b9d2e241a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b9d2e8280c4 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[hopping_window-GroupByHoppingWindowPercentile-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4cd_1l7q/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 0x7ba41548b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7ba41548b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7ba4155e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7ba4155e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7ba415561df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7ba415561df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7ba4154e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7ba41548a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ba41548a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7ba41548a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7ba4155e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7ba4155e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7ba415bc80c4 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/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_c22wcec7/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 0x7b77b35bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b77b35bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b77b371216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b77b371216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b77b3691df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b77b3691df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b77b3615fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b77b35ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b77b35ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b77b35ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b77b3711c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b77b3711a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b77b3cf80c4 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/3zoe/000a2e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000a2e/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/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000a2e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mavrj06p/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 0x7b628f9eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b628f9eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b628fb4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b628fb4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b628fac1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b628fac1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b628fa45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b628f9ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b628f9ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b628f9ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b628fb41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b628fb41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b62901280c4 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 170.84s (0:02:50) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/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 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bf05807a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bf05807a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bf0581d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bf0581d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bf0587b80c4 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-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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000997/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 445929
DEBUG    ya.test:process.py:259 Command (pid 445929) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 445929) elapsed time (sec): 23.19455575942993
DEBUG    ya.test:process.py:263 Command (pid 445929) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 445929) inblock: 121232
DEBUG    ya.test:process.py:263 Command (pid 445929) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 445929) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 445929) majflt: 2115
DEBUG    ya.test:process.py:263 Command (pid 445929) maxrss: 1464296
DEBUG    ya.test:process.py:263 Command (pid 445929) minflt: 988369
DEBUG    ya.test:process.py:263 Command (pid 445929) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 445929) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 445929) nivcsw: 1108
DEBUG    ya.test:process.py:263 Command (pid 445929) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 445929) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 445929) nvcsw: 106937
DEBUG    ya.test:process.py:263 Command (pid 445929) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 445929) stime: 3.952267
DEBUG    ya.test:process.py:263 Command (pid 445929) utime: 10.838563
DEBUG    ya.test:process.py:263 Command (pid 445929) wtime: 23.197
DEBUG    ya.test:process.py:275 Command (pid 445929) output:
2026-01-28T16:17:59.235193Z Fetching udfs...
2026-01-28T16:17:59.825665Z Initialization of fq runner...
2026-01-28T16:18:03.729687Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.825412s
2026-01-28T16:18:04.566311Z Fetching query results...
2026-01-28T16:18:04.566347Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 445929) errors:
...0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bf058152de0 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 0x7bf05806b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf05806b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf0580eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf0580eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf0587aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf0587ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf0587b0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bf0587b0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bf05818182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bf05807a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bf05807a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bf0581d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bf0581d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bf0587b80c4 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 0x7bf058102bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf058109fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf058084d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bf05808dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bf0587b73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bf0587b71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bf0587b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bf0587b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bf0587b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bf0587b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bf058c17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bf058c17db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf058c176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf057cab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7ff0772c6d8f  (/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 0x7bf05806b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf05806b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf0580eb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf0580eb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bf058184686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bf058184686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bf058180dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bf05807a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bf05807a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bf0581d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bf0581d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bf0587b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bf0587b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bf0587b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bf0587b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bf0587b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bf058c17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bf058c17db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf058c176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf057cab928 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 0x7bf058102bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf058104424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf058104424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf0587af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf0587aec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf0587ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf0587ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bf0587db2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bf0580d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bf0581d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bf0581d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bf0581d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bf0580d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bf05807a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bf05807a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bf0581d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bf0581d2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bf0581d2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bf0581d2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bf0587b75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bf0587b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bf0587b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bf0587b4ccf 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 0x7bf058102bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf058109fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf058122524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bf058122524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bf058122524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bf05808a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bf05808a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bf0580f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bf0580f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bf0580f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bf0580f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bf0580f3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bf0580dad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bf0587b7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bf0587b7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bf0587b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bf0587b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bf0587b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bf0587b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bf058c17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bf058c17db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf058c176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf057cab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7ff0772c6d8f  (/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 0x7bf05806ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bf05806ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bf0587af0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bf0587aece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bf0587ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bf0587ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bf0587dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bf0580d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bf0581d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bf0581d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bf0581d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bf0580d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bf05807a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bf05807a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bf0581d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bf0581d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bf0587b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bf0587b78d8 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 0x7bf05806b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf05806b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf0580eb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf0580eb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bf05808a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bf05807a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bf05807a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bf058180ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bf05807a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bf05807a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bf0581d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bf0581d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bf0587b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bf0587b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bf0587b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bf0587b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bf0587b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bf058c17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bf058c17db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf058c176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf057cab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7bf05806b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf05806b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf0580eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf0580eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf0587aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf0587ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bf0587ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bf0587dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bf0580d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bf0581d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bf0581d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bf0581d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bf0580d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bf05807a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bf05807a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bf0581d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bf0581d1a7a 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 0x7bf058102bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf058109fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf058122524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bf058122524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bf058122524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bf05808a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bf05808a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bf0580f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bf0580f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bf0580f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bf0580f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bf0580ee5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bf0580ce92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bf0580d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bf0581d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bf0581d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bf0581d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bf0580d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bf05807a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf05807a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bf058180ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bf05807a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bf05807a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bf05807ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bf05807ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bf0581d2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bf0581d2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bf0587b75c6 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 0x7bf05806b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf05806b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf0580eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf0580eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf0587aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bf0587ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bf0587ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bf0587dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bf0580d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bf0581d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bf0581d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bf0581d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bf0580d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bf0580d5fb5 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 0x7bf058102bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf058104424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf058104424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf0587af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf0587aec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf0587ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf0587ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bf0587db2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bf0580d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bf0581d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bf0581d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bf0581d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bf0580d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bf05807a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bf05807a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bf0581d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bf0581d2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bf0581d2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bf0581d2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bf0587b75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bf0587b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bf0587b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bf0587b4ccf 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 0x7bf05806ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bf05806ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bf0587af0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf0587ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bf0587ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bf0587dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bf0580d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bf0581d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bf0581d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bf0581d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bf0580d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf05807a7ec 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 0x7bf0580ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bf0580ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bf0587ae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf0587ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bf0587ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bf0587dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bf0580d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bf0581d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bf0581d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bf0581d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bf0580d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf05807a7ec 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 0x7bf0580ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bf0580ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bf0587ae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bf0587ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bf0587ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bf0587dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bf0580d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bf0581d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bf0581d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bf0581d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bf0580d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bf05807a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bf05807a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bf0581d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bf0581d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bf0587b80c4 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'...0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bf058152de0 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 0x7bf05806b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf05806b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf0580eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf0580eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf0587aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf0587ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf0587b0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bf0587b0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bf05818182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bf05807a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bf05807a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bf0581d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bf0581d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bf0587b80c4 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 0x7bf058102bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf058109fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf058084d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bf05808dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bf0587b73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bf0587b71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bf0587b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bf0587b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bf0587b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bf0587b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bf058c17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bf058c17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bf058c176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bf057cab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7ff0772c6d8f  (/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 0x7bf05806b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf05806b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf0580eb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf0580eb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bf058184686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bf058184686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bf058180dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bf05807a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bf05807a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bf0581d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bf0581d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bf0587b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bf0587b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bf0587b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bf0587b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bf0587b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bf058c17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bf058c17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bf058c176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bf057cab928 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 0x7bf058102bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf058104424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf058104424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf0587af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf0587aec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf0587ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf0587ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bf0587db2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bf0580d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bf0581d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bf0581d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bf0581d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bf0580d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bf05807a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bf05807a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bf0581d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bf0581d2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bf0581d2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bf0581d2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bf0587b75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bf0587b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bf0587b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bf0587b4ccf 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 0x7bf058102bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf058109fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf058122524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bf058122524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bf058122524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bf05808a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bf05808a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bf0580f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bf0580f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bf0580f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bf0580f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bf0580f3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bf0580dad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bf0587b7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bf0587b7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bf0587b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bf0587b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bf0587b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bf0587b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bf058c17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bf058c17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bf058c176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bf057cab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7ff0772c6d8f  (/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 0x7bf05806ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bf05806ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bf0587af0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bf0587aece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bf0587ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bf0587ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bf0587dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bf0580d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bf0581d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bf0581d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bf0581d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bf0580d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bf05807a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bf05807a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bf0581d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bf0581d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bf0587b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bf0587b78d8 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 0x7bf05806b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf05806b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf0580eb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf0580eb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bf05808a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bf05807a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bf05807a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bf058180ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bf05807a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bf05807a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bf0581d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bf0581d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bf0587b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bf0587b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bf0587b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bf0587b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bf0587b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bf058c17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bf058c17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bf058c176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bf057cab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7bf05806b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf05806b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf0580eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf0580eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf0587aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf0587ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bf0587ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bf0587dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bf0580d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bf0581d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bf0581d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bf0581d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bf0580d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bf05807a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bf05807a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bf0581d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bf0581d1a7a 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 0x7bf058102bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf058109fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf058122524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bf058122524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bf058122524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bf05808a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bf05808a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bf0580f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bf0580f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bf0580f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bf0580f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bf0580ee5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bf0580ce92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bf0580d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bf0581d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bf0581d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bf0581d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bf0580d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bf05807a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf05807a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bf058180ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bf05807a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bf05807a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bf05807ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bf05807ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bf0581d2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bf0581d2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bf0587b75c6 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 0x7bf05806b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf05806b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf0580eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf0580eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf0587aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bf0587ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bf0587ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bf0587dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bf0580d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bf0581d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bf0581d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bf0581d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bf0580d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bf0580d5fb5 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 0x7bf058102bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf058104424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf058104424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf0587af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf0587aec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf0587ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf0587ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bf0587db2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bf0580d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bf0581d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bf0581d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bf0581d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bf0580d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bf05807a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bf05807a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bf0581d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bf0581d2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bf0581d2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bf0581d2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bf0587b75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bf0587b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bf0587b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bf0587b4ccf 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 0x7bf05806ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bf05806ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bf0587af0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf0587ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bf0587ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bf0587dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bf0580d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bf0581d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bf0581d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bf0581d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bf0580d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bf05807a7ec 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 0x7bf0580ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bf0580ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bf0587ae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf0587ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bf0587ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bf0587dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bf0580d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bf0581d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bf0581d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bf0581d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bf0580d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bf05807a7ec 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 0x7bf0580ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bf0580ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bf0587ae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bf0587aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bf0587aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bf0587ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bf0587ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bf0587dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bf0580d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bf0581d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bf0581d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bf0581d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bf0580d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bf05817e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bf05817e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bf058176d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bf058176d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bf058176d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bf058152de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bf058152de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bf05818288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bf05807b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bf05807a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bf05807a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bf0581d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bf0581d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bf0587b80c4 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-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/3zoe/000997/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/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 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b5bdba5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b5bdba5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b5bdbbb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b5bdbbb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b5bdc1980c4 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-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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 488393
DEBUG    ya.test:process.py:259 Command (pid 488393) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 488393) elapsed time (sec): 17.30747938156128
DEBUG    ya.test:process.py:263 Command (pid 488393) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 488393) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 488393) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 488393) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 488393) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 488393) maxrss: 1468884
DEBUG    ya.test:process.py:263 Command (pid 488393) minflt: 986368
DEBUG    ya.test:process.py:263 Command (pid 488393) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 488393) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 488393) nivcsw: 2072
DEBUG    ya.test:process.py:263 Command (pid 488393) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 488393) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 488393) nvcsw: 103991
DEBUG    ya.test:process.py:263 Command (pid 488393) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 488393) stime: 3.544067
DEBUG    ya.test:process.py:263 Command (pid 488393) utime: 10.917298
DEBUG    ya.test:process.py:263 Command (pid 488393) wtime: 17.309
DEBUG    ya.test:process.py:275 Command (pid 488393) output:
2026-01-28T16:18:22.581698Z Fetching udfs...
2026-01-28T16:18:23.059438Z Initialization of fq runner...
2026-01-28T16:18:27.039771Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.628656s
2026-01-28T16:18:27.673826Z Fetching query results...
2026-01-28T16:18:27.673854Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 488393) errors:
...0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b5bdbb32de0 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 0x7b5bdba4b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5bdba4b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5bdbacac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5bdbacac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b5bdc18ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b5bdc18c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b5bdc190090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b5bdc190090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b5bdbb6182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b5bdba5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b5bdba5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b5bdbbb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b5bdbbb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b5bdc1980c4 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 0x7b5bdbae2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5bdbae9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b5bdba64d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b5bdba6dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b5bdc1973ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b5bdc1971ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b5bdc196f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b5bdc194a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b5bdc194a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b5bdc194ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b5bdc5f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b5bdc5f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b5bdc5f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b5bdb68b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f5bfac9dd8f  (/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 0x7b5bdba4b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5bdba4b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5bdbacb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5bdbacb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b5bdbb64686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b5bdbb64686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b5bdbb60dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b5bdba5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b5bdba5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b5bdbbb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b5bdbbb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b5bdc1980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b5bdc1978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b5bdc194bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b5bdc194aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b5bdc194ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b5bdc5f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b5bdc5f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b5bdc5f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b5bdb68b928 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 0x7b5bdbae2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5bdbae4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5bdbae4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b5bdc18f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b5bdc18ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b5bdc18c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b5bdc18c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b5bdc1bb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b5bdbab741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b5bdbbb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b5bdbbb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b5bdbbb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b5bdbab6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b5bdba5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b5bdba5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b5bdbbb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b5bdbbb2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b5bdbbb2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b5bdbbb2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b5bdc1975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b5bdc194bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b5bdc194aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b5bdc194ccf 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 0x7b5bdbae2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5bdbae9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b5bdbb02524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b5bdbb02524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b5bdbb02524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b5bdba6a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b5bdba6a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b5bdbad1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b5bdbad25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b5bdbad25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b5bdbad25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b5bdbad3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b5bdbabad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b5bdc197044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b5bdc197044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b5bdc196f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b5bdc194a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b5bdc194a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b5bdc194ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b5bdc5f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b5bdc5f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b5bdc5f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b5bdb68b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f5bfac9dd8f  (/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 0x7b5bdba4ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b5bdba4ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b5bdc18f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b5bdc18ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b5bdc18c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b5bdc18c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b5bdc1bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b5bdbab741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b5bdbbb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b5bdbbb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b5bdbbb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b5bdbab6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b5bdba5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b5bdba5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b5bdbbb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b5bdbbb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b5bdc1980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b5bdc1978d8 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 0x7b5bdba4b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5bdba4b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5bdbacb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5bdbacb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b5bdba6a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b5bdba5a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b5bdba5a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b5bdbb60ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b5bdba5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b5bdba5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b5bdbbb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b5bdbbb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b5bdc1980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b5bdc1978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b5bdc194bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b5bdc194aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b5bdc194ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b5bdc5f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b5bdc5f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b5bdc5f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b5bdb68b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b5bdba4b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5bdba4b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5bdbacac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5bdbacac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b5bdc18ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5bdc18c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b5bdc18c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b5bdc1bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b5bdbab741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b5bdbbb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b5bdbbb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b5bdbbb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b5bdbab6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b5bdba5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b5bdba5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b5bdbbb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b5bdbbb1a7a 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 0x7b5bdbae2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5bdbae9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b5bdbb02524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b5bdbb02524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b5bdbb02524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b5bdba6a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b5bdba6a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b5bdbad1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b5bdbad25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b5bdbad25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b5bdbad25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b5bdbace5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b5bdbaae92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b5bdbab741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b5bdbbb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b5bdbbb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b5bdbbb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b5bdbab6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b5bdba5a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5bdba5a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b5bdbb60ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b5bdba5a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b5bdba5a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b5bdba5ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b5bdba5ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b5bdbbb2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b5bdbbb2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b5bdc1975c6 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 0x7b5bdba4b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5bdba4b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5bdbacac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5bdbacac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b5bdc18ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b5bdc18c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b5bdc18c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b5bdc1bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b5bdbab741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b5bdbbb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b5bdbbb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b5bdbbb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b5bdbab6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b5bdbab5fb5 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 0x7b5bdbae2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5bdbae4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5bdbae4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b5bdc18f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b5bdc18ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b5bdc18c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b5bdc18c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b5bdc1bb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b5bdbab741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b5bdbbb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b5bdbbb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b5bdbbb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b5bdbab6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b5bdba5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b5bdba5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b5bdbbb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b5bdbbb2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b5bdbbb2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b5bdbbb2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b5bdc1975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b5bdc194bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b5bdc194aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b5bdc194ccf 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 0x7b5bdba4ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b5bdba4ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b5bdc18f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b5bdc18c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b5bdc18c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b5bdc1bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b5bdbab741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b5bdbbb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b5bdbbb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b5bdbbb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b5bdbab6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b5bdba5a7ec 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 0x7b5bdba8c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b5bdba8c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b5bdc18e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b5bdc18c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b5bdc18c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b5bdc1bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b5bdbab741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b5bdbbb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b5bdbbb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b5bdbbb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b5bdbab6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b5bdba5a7ec 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 0x7b5bdba8c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b5bdba8c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b5bdc18e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b5bdc18c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b5bdc18c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b5bdc1bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b5bdbab741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b5bdbbb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b5bdbbb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b5bdbbb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b5bdbab6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b5bdba5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b5bdba5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b5bdbbb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b5bdbbb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b5bdc1980c4 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'...0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b5bdbb32de0 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 0x7b5bdba4b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5bdba4b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5bdbacac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5bdbacac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b5bdc18ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b5bdc18c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b5bdc190090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b5bdc190090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b5bdbb6182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b5bdba5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b5bdba5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b5bdbbb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b5bdbbb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b5bdc1980c4 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 0x7b5bdbae2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5bdbae9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b5bdba64d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b5bdba6dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b5bdc1973ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b5bdc1971ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b5bdc196f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b5bdc194a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b5bdc194a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b5bdc194ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b5bdc5f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b5bdc5f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b5bdc5f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b5bdb68b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f5bfac9dd8f  (/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 0x7b5bdba4b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5bdba4b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5bdbacb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5bdbacb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b5bdbb64686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b5bdbb64686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b5bdbb60dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b5bdba5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b5bdba5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b5bdbbb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b5bdbbb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b5bdc1980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b5bdc1978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b5bdc194bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b5bdc194aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b5bdc194ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b5bdc5f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b5bdc5f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b5bdc5f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b5bdb68b928 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 0x7b5bdbae2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5bdbae4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5bdbae4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b5bdc18f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b5bdc18ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b5bdc18c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b5bdc18c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b5bdc1bb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b5bdbab741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b5bdbbb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b5bdbbb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b5bdbbb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b5bdbab6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b5bdba5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b5bdba5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b5bdbbb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b5bdbbb2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b5bdbbb2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b5bdbbb2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b5bdc1975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b5bdc194bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b5bdc194aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b5bdc194ccf 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 0x7b5bdbae2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5bdbae9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b5bdbb02524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b5bdbb02524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b5bdbb02524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b5bdba6a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b5bdba6a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b5bdbad1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b5bdbad25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b5bdbad25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b5bdbad25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b5bdbad3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b5bdbabad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b5bdc197044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b5bdc197044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b5bdc196f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b5bdc194a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b5bdc194a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b5bdc194ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b5bdc5f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b5bdc5f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b5bdc5f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b5bdb68b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f5bfac9dd8f  (/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 0x7b5bdba4ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b5bdba4ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b5bdc18f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b5bdc18ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b5bdc18c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b5bdc18c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b5bdc1bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b5bdbab741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b5bdbbb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b5bdbbb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b5bdbbb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b5bdbab6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b5bdba5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b5bdba5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b5bdbbb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b5bdbbb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b5bdc1980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b5bdc1978d8 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 0x7b5bdba4b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5bdba4b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5bdbacb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5bdbacb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b5bdba6a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b5bdba5a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b5bdba5a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b5bdbb60ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b5bdba5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b5bdba5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b5bdbbb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b5bdbbb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b5bdc1980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b5bdc1978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b5bdc194bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b5bdc194aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b5bdc194ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b5bdc5f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b5bdc5f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b5bdc5f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b5bdb68b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b5bdba4b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5bdba4b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5bdbacac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5bdbacac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b5bdc18ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5bdc18c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b5bdc18c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b5bdc1bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b5bdbab741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b5bdbbb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b5bdbbb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b5bdbbb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b5bdbab6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b5bdba5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b5bdba5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b5bdbbb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b5bdbbb1a7a 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 0x7b5bdbae2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5bdbae9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b5bdbb02524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b5bdbb02524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b5bdbb02524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b5bdba6a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b5bdba6a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b5bdbad1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b5bdbad25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b5bdbad25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b5bdbad25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b5bdbace5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b5bdbaae92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b5bdbab741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b5bdbbb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b5bdbbb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b5bdbbb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b5bdbab6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b5bdba5a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b5bdba5a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b5bdbb60ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b5bdba5a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b5bdba5a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b5bdba5ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b5bdba5ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b5bdbbb2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b5bdbbb2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b5bdc1975c6 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 0x7b5bdba4b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5bdba4b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5bdbacac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5bdbacac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b5bdc18ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b5bdc18c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b5bdc18c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b5bdc1bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b5bdbab741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b5bdbbb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b5bdbbb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b5bdbbb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b5bdbab6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b5bdbab5fb5 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 0x7b5bdbae2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5bdbae4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5bdbae4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b5bdc18f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b5bdc18ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b5bdc18c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b5bdc18c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b5bdc1bb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b5bdbab741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b5bdbbb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b5bdbbb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b5bdbbb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b5bdbab6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b5bdba5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b5bdba5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b5bdbbb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b5bdbbb2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b5bdbbb2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b5bdbbb2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b5bdc1975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b5bdc194bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b5bdc194aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b5bdc194ccf 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 0x7b5bdba4ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b5bdba4ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b5bdc18f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b5bdc18c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b5bdc18c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b5bdc1bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b5bdbab741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b5bdbbb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b5bdbbb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b5bdbbb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b5bdbab6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b5bdba5a7ec 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 0x7b5bdba8c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b5bdba8c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b5bdc18e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b5bdc18c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b5bdc18c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b5bdc1bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b5bdbab741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b5bdbbb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b5bdbbb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b5bdbbb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b5bdbab6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b5bdba5a7ec 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 0x7b5bdba8c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b5bdba8c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b5bdc18e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b5bdc18ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b5bdc18ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b5bdc18c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b5bdc18c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b5bdc1bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b5bdbab741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b5bdbbb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b5bdbbb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b5bdbbb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b5bdbab6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b5bdbb5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b5bdbb5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b5bdbb56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b5bdbb56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b5bdbb56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b5bdbb32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b5bdbb32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b5bdbb6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b5bdba5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b5bdba5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b5bdba5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b5bdbbb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b5bdbbb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b5bdc1980c4 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-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/3zoe/000997/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/topic_3.txt' has failed with code 100.
E   Errors:
E   ...fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bb3466fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bb3466fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bb346851c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bb346851a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bb346e380c4 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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 513542
DEBUG    ya.test:process.py:259 Command (pid 513542) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 513542) elapsed time (sec): 17.333508253097534
DEBUG    ya.test:process.py:263 Command (pid 513542) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 513542) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 513542) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 513542) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 513542) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 513542) maxrss: 1474348
DEBUG    ya.test:process.py:263 Command (pid 513542) minflt: 990574
DEBUG    ya.test:process.py:263 Command (pid 513542) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 513542) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 513542) nivcsw: 1321
DEBUG    ya.test:process.py:263 Command (pid 513542) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 513542) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 513542) nvcsw: 103943
DEBUG    ya.test:process.py:263 Command (pid 513542) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 513542) stime: 3.756342
DEBUG    ya.test:process.py:263 Command (pid 513542) utime: 10.723835
DEBUG    ya.test:process.py:263 Command (pid 513542) wtime: 17.339
DEBUG    ya.test:process.py:275 Command (pid 513542) output:
2026-01-28T16:18:40.103858Z Fetching udfs...
2026-01-28T16:18:40.621861Z Initialization of fq runner...
2026-01-28T16:18:44.193567Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.620718s
2026-01-28T16:18:44.820344Z Fetching query results...
2026-01-28T16:18:44.820368Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 513542) errors:
...0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bb3467d2de0 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 0x7bb3466eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb3466eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb34676ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb34676ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb346e2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb346e2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb346e30090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bb346e30090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bb34680182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bb3466fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bb3466fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bb346851c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bb346851a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bb346e380c4 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 0x7bb346782bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb346789fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb346704d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bb34670dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bb346e373ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bb346e371ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bb346e36f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bb346e34a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bb346e34a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bb346e34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bb347297db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bb347297db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb3472976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb34632b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7fb365946d8f  (/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 0x7bb3466eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb3466eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb34676b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb34676b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bb346804686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bb346804686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bb346800dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bb3466fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bb3466fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bb346851c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bb346851a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bb346e380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bb346e378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bb346e34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bb346e34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bb346e34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bb347297db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bb347297db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb3472976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb34632b928 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 0x7bb346782bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb346784424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb346784424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb346e2f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb346e2ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb346e2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb346e2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bb346e5b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bb34675741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bb3468547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bb3468547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bb3468547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bb346756214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bb3466fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bb3466fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bb346851c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bb346852e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bb346852e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bb346852e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bb346e375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bb346e34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bb346e34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bb346e34ccf 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 0x7bb346782bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb346789fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb3467a2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bb3467a2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bb3467a2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bb34670a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bb34670a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bb346771acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bb3467725ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bb3467725ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bb3467725ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bb346773e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bb34675ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bb346e37044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bb346e37044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bb346e36f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bb346e34a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bb346e34a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bb346e34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bb347297db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bb347297db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb3472976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb34632b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7fb365946d8f  (/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 0x7bb3466eed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bb3466eed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bb346e2f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bb346e2ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bb346e2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bb346e2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bb346e5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bb34675741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bb3468547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bb3468547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bb3468547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bb346756214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bb3466fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bb3466fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bb346851c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bb346851a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bb346e380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bb346e378d8 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 0x7bb3466eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb3466eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb34676b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb34676b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bb34670a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bb3466fa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bb3466fa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bb346800ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bb3466fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bb3466fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bb346851c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bb346851a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bb346e380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bb346e378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bb346e34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bb346e34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bb346e34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bb347297db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bb347297db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb3472976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb34632b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7bb3466eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb3466eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb34676ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb34676ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb346e2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb346e2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bb346e2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bb346e5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bb34675741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bb3468547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bb3468547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bb3468547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bb346756214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bb3466fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bb3466fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bb346851c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bb346851a7a 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 0x7bb346782bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb346789fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb3467a2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bb3467a2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bb3467a2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bb34670a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bb34670a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bb346771acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bb3467725ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bb3467725ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bb3467725ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bb34676e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bb34674e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bb34675741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bb3468547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bb3468547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bb3468547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bb346756214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bb3466fa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb3466fa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bb346800ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bb3466fa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bb3466fa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bb3466fab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bb3466fab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bb346852e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bb346852e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bb346e375c6 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 0x7bb3466eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb3466eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb34676ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb34676ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb346e2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bb346e2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bb346e2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bb346e5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bb34675741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bb3468547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bb3468547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bb3468547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bb346756214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bb346755fb5 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 0x7bb346782bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb346784424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb346784424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb346e2f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb346e2ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb346e2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb346e2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bb346e5b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bb34675741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bb3468547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bb3468547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bb3468547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bb346756214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bb3466fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bb3466fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bb346851c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bb346852e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bb346852e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bb346852e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bb346e375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bb346e34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bb346e34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bb346e34ccf 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 0x7bb3466eed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bb3466eed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bb346e2f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb346e2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bb346e2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bb346e5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bb34675741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bb3468547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bb3468547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bb3468547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bb346756214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb3466fa7ec 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 0x7bb34672c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bb34672c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bb346e2e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb346e2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bb346e2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bb346e5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bb34675741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bb3468547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bb3468547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bb3468547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bb346756214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb3466fa7ec 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 0x7bb34672c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bb34672c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bb346e2e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bb346e2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bb346e2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bb346e5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bb34675741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bb3468547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bb3468547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bb3468547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bb346756214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bb3466fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bb3466fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bb346851c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bb346851a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bb346e380c4 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'...0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bb3467d2de0 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 0x7bb3466eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb3466eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb34676ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb34676ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb346e2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb346e2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb346e30090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bb346e30090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bb34680182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bb3466fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bb3466fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bb346851c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bb346851a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bb346e380c4 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 0x7bb346782bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb346789fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb346704d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bb34670dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bb346e373ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bb346e371ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bb346e36f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bb346e34a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bb346e34a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bb346e34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bb347297db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bb347297db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bb3472976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bb34632b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7fb365946d8f  (/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 0x7bb3466eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb3466eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb34676b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb34676b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bb346804686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bb346804686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bb346800dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bb3466fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bb3466fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bb346851c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bb346851a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bb346e380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bb346e378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bb346e34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bb346e34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bb346e34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bb347297db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bb347297db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bb3472976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bb34632b928 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 0x7bb346782bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb346784424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb346784424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb346e2f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb346e2ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb346e2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb346e2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bb346e5b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bb34675741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bb3468547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bb3468547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bb3468547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bb346756214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bb3466fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bb3466fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bb346851c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bb346852e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bb346852e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bb346852e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bb346e375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bb346e34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bb346e34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bb346e34ccf 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 0x7bb346782bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb346789fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb3467a2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bb3467a2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bb3467a2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bb34670a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bb34670a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bb346771acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bb3467725ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bb3467725ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bb3467725ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bb346773e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bb34675ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bb346e37044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bb346e37044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bb346e36f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bb346e34a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bb346e34a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bb346e34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bb347297db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bb347297db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bb3472976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bb34632b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7fb365946d8f  (/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 0x7bb3466eed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bb3466eed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bb346e2f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bb346e2ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bb346e2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bb346e2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bb346e5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bb34675741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bb3468547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bb3468547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bb3468547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bb346756214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bb3466fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bb3466fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bb346851c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bb346851a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bb346e380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bb346e378d8 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 0x7bb3466eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb3466eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb34676b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb34676b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bb34670a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bb3466fa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bb3466fa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bb346800ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bb3466fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bb3466fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bb346851c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bb346851a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bb346e380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bb346e378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bb346e34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bb346e34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bb346e34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bb347297db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bb347297db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bb3472976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bb34632b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7bb3466eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb3466eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb34676ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb34676ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb346e2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb346e2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bb346e2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bb346e5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bb34675741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bb3468547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bb3468547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bb3468547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bb346756214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bb3466fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bb3466fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bb346851c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bb346851a7a 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 0x7bb346782bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb346789fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb3467a2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bb3467a2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bb3467a2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bb34670a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bb34670a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bb346771acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bb3467725ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bb3467725ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bb3467725ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bb34676e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bb34674e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bb34675741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bb3468547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bb3468547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bb3468547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bb346756214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bb3466fa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb3466fa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bb346800ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bb3466fa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bb3466fa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bb3466fab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bb3466fab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bb346852e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bb346852e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bb346e375c6 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 0x7bb3466eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb3466eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb34676ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb34676ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb346e2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bb346e2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bb346e2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bb346e5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bb34675741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bb3468547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bb3468547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bb3468547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bb346756214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bb346755fb5 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 0x7bb346782bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb346784424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb346784424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb346e2f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb346e2ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb346e2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb346e2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bb346e5b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bb34675741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bb3468547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bb3468547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bb3468547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bb346756214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bb3466fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bb3466fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bb346851c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bb346852e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bb346852e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bb346852e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bb346e375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bb346e34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bb346e34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bb346e34ccf 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 0x7bb3466eed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bb3466eed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bb346e2f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb346e2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bb346e2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bb346e5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bb34675741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bb3468547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bb3468547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bb3468547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bb346756214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bb3466fa7ec 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 0x7bb34672c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bb34672c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bb346e2e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb346e2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bb346e2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bb346e5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bb34675741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bb3468547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bb3468547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bb3468547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bb346756214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bb3466fa7ec 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 0x7bb34672c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bb34672c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bb346e2e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bb346e2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bb346e2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bb346e2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bb346e2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bb346e5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bb34675741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bb3468547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bb3468547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bb3468547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bb346756214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bb3467fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bb3467fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bb3467f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bb3467f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bb3467f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bb3467d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bb3467d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb34680288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bb3466fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bb3466fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bb3466fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bb346851c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bb346851a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bb346e380c4 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/3zoe/000997/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/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 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bc1e212a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bc1e212a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bc1e2281c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bc1e2281a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bc1e28680c4 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-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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 531100
DEBUG    ya.test:process.py:259 Command (pid 531100) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 531100) elapsed time (sec): 17.892829656600952
DEBUG    ya.test:process.py:263 Command (pid 531100) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 531100) inblock: 1800
DEBUG    ya.test:process.py:263 Command (pid 531100) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 531100) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 531100) majflt: 12
DEBUG    ya.test:process.py:263 Command (pid 531100) maxrss: 1469140
DEBUG    ya.test:process.py:263 Command (pid 531100) minflt: 986207
DEBUG    ya.test:process.py:263 Command (pid 531100) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 531100) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 531100) nivcsw: 1273
DEBUG    ya.test:process.py:263 Command (pid 531100) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 531100) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 531100) nvcsw: 103671
DEBUG    ya.test:process.py:263 Command (pid 531100) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 531100) stime: 3.749072
DEBUG    ya.test:process.py:263 Command (pid 531100) utime: 11.486555
DEBUG    ya.test:process.py:263 Command (pid 531100) wtime: 17.895
DEBUG    ya.test:process.py:275 Command (pid 531100) output:
2026-01-28T16:18:57.688466Z Fetching udfs...
2026-01-28T16:18:58.237060Z Initialization of fq runner...
2026-01-28T16:19:02.242734Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.625949s
2026-01-28T16:19:02.878785Z Fetching query results...
2026-01-28T16:19:02.878809Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 531100) errors:
...0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bc1e2202de0 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 0x7bc1e211b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc1e211b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc1e219ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc1e219ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc1e285ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc1e285c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc1e2860090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bc1e2860090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bc1e223182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc1e212a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc1e212a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc1e2281c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bc1e2281a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bc1e28680c4 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 0x7bc1e21b2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc1e21b9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc1e2134d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bc1e213dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bc1e28673ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bc1e28671ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bc1e2866f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bc1e2864a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bc1e2864a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bc1e2864ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bc1e2cc7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bc1e2cc7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc1e2cc76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc1e1d5b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7fc201378d8f  (/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 0x7bc1e211b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc1e211b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc1e219b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc1e219b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bc1e2234686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bc1e2234686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bc1e2230dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc1e212a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bc1e212a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bc1e2281c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bc1e2281a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bc1e28680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bc1e28678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bc1e2864bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc1e2864aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bc1e2864ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bc1e2cc7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bc1e2cc7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc1e2cc76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc1e1d5b928 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 0x7bc1e21b2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc1e21b4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc1e21b4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc1e285f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc1e285ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc1e285c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc1e285c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bc1e288b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bc1e218741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc1e22847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc1e22847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bc1e22847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc1e2186214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bc1e212a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bc1e212a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bc1e2281c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bc1e2282e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bc1e2282e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bc1e2282e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bc1e28675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bc1e2864bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bc1e2864aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bc1e2864ccf 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 0x7bc1e21b2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc1e21b9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc1e21d2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc1e21d2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc1e21d2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc1e213a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc1e213a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc1e21a1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc1e21a25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc1e21a25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc1e21a25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc1e21a3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bc1e218ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bc1e2867044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bc1e2867044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bc1e2866f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bc1e2864a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bc1e2864a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bc1e2864ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bc1e2cc7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bc1e2cc7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc1e2cc76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc1e1d5b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7fc201378d8f  (/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 0x7bc1e211ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bc1e211ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bc1e285f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bc1e285ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bc1e285c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bc1e285c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bc1e288bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bc1e218741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bc1e22847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bc1e22847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bc1e22847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bc1e2186214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bc1e212a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bc1e212a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bc1e2281c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bc1e2281a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bc1e28680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bc1e28678d8 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 0x7bc1e211b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc1e211b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc1e219b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc1e219b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bc1e213a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bc1e212a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bc1e212a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bc1e2230ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bc1e212a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bc1e212a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bc1e2281c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bc1e2281a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bc1e28680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bc1e28678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bc1e2864bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bc1e2864aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bc1e2864ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bc1e2cc7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bc1e2cc7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc1e2cc76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc1e1d5b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7bc1e211b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc1e211b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc1e219ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc1e219ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc1e285ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc1e285c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bc1e285c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bc1e288bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bc1e218741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bc1e22847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bc1e22847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bc1e22847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bc1e2186214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bc1e212a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bc1e212a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bc1e2281c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bc1e2281a7a 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 0x7bc1e21b2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc1e21b9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc1e21d2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc1e21d2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc1e21d2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc1e213a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc1e213a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc1e21a1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc1e21a25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc1e21a25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc1e21a25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc1e219e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bc1e217e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bc1e218741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc1e22847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc1e22847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bc1e22847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc1e2186214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bc1e212a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc1e212a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bc1e2230ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bc1e212a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bc1e212a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bc1e212ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bc1e212ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bc1e2282e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bc1e2282e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bc1e28675c6 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 0x7bc1e211b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc1e211b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc1e219ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc1e219ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc1e285ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc1e285c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc1e285c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc1e288bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bc1e218741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc1e22847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc1e22847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bc1e22847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc1e2186214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bc1e2185fb5 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 0x7bc1e21b2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc1e21b4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc1e21b4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc1e285f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc1e285ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc1e285c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc1e285c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bc1e288b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bc1e218741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc1e22847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc1e22847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bc1e22847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc1e2186214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bc1e212a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bc1e212a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bc1e2281c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bc1e2282e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bc1e2282e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bc1e2282e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bc1e28675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bc1e2864bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bc1e2864aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bc1e2864ccf 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 0x7bc1e211ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bc1e211ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bc1e285f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc1e285c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc1e285c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc1e288bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc1e218741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc1e22847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc1e22847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bc1e22847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc1e2186214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc1e212a7ec 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 0x7bc1e215c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bc1e215c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bc1e285e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc1e285c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc1e285c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc1e288bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc1e218741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc1e22847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc1e22847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bc1e22847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc1e2186214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc1e212a7ec 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 0x7bc1e215c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bc1e215c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bc1e285e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc1e285c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bc1e285c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bc1e288bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bc1e218741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bc1e22847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bc1e22847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bc1e22847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bc1e2186214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc1e212a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc1e212a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc1e2281c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bc1e2281a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bc1e28680c4 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'...0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bc1e2202de0 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 0x7bc1e211b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc1e211b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc1e219ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc1e219ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc1e285ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc1e285c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc1e2860090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bc1e2860090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bc1e223182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bc1e212a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bc1e212a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bc1e2281c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bc1e2281a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bc1e28680c4 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 0x7bc1e21b2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc1e21b9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc1e2134d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bc1e213dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bc1e28673ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bc1e28671ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bc1e2866f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bc1e2864a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bc1e2864a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bc1e2864ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bc1e2cc7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bc1e2cc7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc1e2cc76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc1e1d5b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7fc201378d8f  (/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 0x7bc1e211b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc1e211b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc1e219b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc1e219b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bc1e2234686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bc1e2234686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bc1e2230dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc1e212a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bc1e212a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bc1e2281c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bc1e2281a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bc1e28680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bc1e28678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bc1e2864bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc1e2864aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bc1e2864ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bc1e2cc7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bc1e2cc7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc1e2cc76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc1e1d5b928 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 0x7bc1e21b2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc1e21b4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc1e21b4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc1e285f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc1e285ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc1e285c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc1e285c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bc1e288b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bc1e218741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc1e22847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc1e22847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bc1e22847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc1e2186214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bc1e212a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bc1e212a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bc1e2281c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bc1e2282e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bc1e2282e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bc1e2282e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bc1e28675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bc1e2864bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bc1e2864aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bc1e2864ccf 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 0x7bc1e21b2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc1e21b9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc1e21d2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc1e21d2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc1e21d2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc1e213a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc1e213a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc1e21a1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc1e21a25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc1e21a25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc1e21a25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc1e21a3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bc1e218ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bc1e2867044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bc1e2867044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bc1e2866f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bc1e2864a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bc1e2864a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bc1e2864ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bc1e2cc7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bc1e2cc7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc1e2cc76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc1e1d5b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7fc201378d8f  (/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 0x7bc1e211ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bc1e211ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bc1e285f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bc1e285ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bc1e285c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bc1e285c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bc1e288bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bc1e218741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bc1e22847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bc1e22847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bc1e22847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bc1e2186214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bc1e212a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bc1e212a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bc1e2281c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bc1e2281a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bc1e28680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bc1e28678d8 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 0x7bc1e211b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc1e211b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc1e219b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc1e219b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bc1e213a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bc1e212a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bc1e212a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bc1e2230ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bc1e212a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bc1e212a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bc1e2281c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bc1e2281a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bc1e28680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bc1e28678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bc1e2864bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bc1e2864aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bc1e2864ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bc1e2cc7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bc1e2cc7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc1e2cc76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc1e1d5b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7bc1e211b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc1e211b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc1e219ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc1e219ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc1e285ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc1e285c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bc1e285c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bc1e288bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bc1e218741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bc1e22847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bc1e22847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bc1e22847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bc1e2186214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bc1e212a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bc1e212a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bc1e2281c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bc1e2281a7a 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 0x7bc1e21b2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc1e21b9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc1e21d2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc1e21d2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc1e21d2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc1e213a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc1e213a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc1e21a1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc1e21a25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc1e21a25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc1e21a25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc1e219e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bc1e217e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bc1e218741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc1e22847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc1e22847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bc1e22847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc1e2186214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bc1e212a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc1e212a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bc1e2230ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bc1e212a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bc1e212a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bc1e212ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bc1e212ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bc1e2282e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bc1e2282e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bc1e28675c6 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 0x7bc1e211b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc1e211b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc1e219ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc1e219ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc1e285ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc1e285c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc1e285c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc1e288bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bc1e218741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc1e22847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc1e22847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bc1e22847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc1e2186214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bc1e2185fb5 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 0x7bc1e21b2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc1e21b4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc1e21b4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc1e285f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc1e285ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc1e285c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc1e285c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bc1e288b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bc1e218741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc1e22847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc1e22847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bc1e22847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc1e2186214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bc1e212a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bc1e212a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bc1e2281c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bc1e2282e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bc1e2282e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bc1e2282e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bc1e28675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bc1e2864bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bc1e2864aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bc1e2864ccf 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 0x7bc1e211ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bc1e211ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bc1e285f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc1e285c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc1e285c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc1e288bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc1e218741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc1e22847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc1e22847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bc1e22847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc1e2186214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc1e212a7ec 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 0x7bc1e215c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bc1e215c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bc1e285e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc1e285c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc1e285c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc1e288bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc1e218741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc1e22847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc1e22847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bc1e22847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc1e2186214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc1e212a7ec 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 0x7bc1e215c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bc1e215c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bc1e285e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bc1e285ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc1e285ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc1e285c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bc1e285c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bc1e288bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bc1e218741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bc1e22847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bc1e22847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bc1e22847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bc1e2186214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bc1e222e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bc1e222e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bc1e2226d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bc1e2226d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bc1e2226d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bc1e2202de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bc1e2202de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc1e223288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bc1e212b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bc1e212a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bc1e212a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bc1e2281c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bc1e2281a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bc1e28680c4 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-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/3zoe/000997/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/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 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b065f91a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b065f91a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b065fa71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b065fa71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b06600580c4 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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 536325
DEBUG    ya.test:process.py:259 Command (pid 536325) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 536325) elapsed time (sec): 18.207454681396484
DEBUG    ya.test:process.py:263 Command (pid 536325) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 536325) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 536325) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 536325) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 536325) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 536325) maxrss: 1460172
DEBUG    ya.test:process.py:263 Command (pid 536325) minflt: 983937
DEBUG    ya.test:process.py:263 Command (pid 536325) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 536325) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 536325) nivcsw: 1002
DEBUG    ya.test:process.py:263 Command (pid 536325) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 536325) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 536325) nvcsw: 103536
DEBUG    ya.test:process.py:263 Command (pid 536325) oublock: 9656
DEBUG    ya.test:process.py:263 Command (pid 536325) stime: 3.8421719999999997
DEBUG    ya.test:process.py:263 Command (pid 536325) utime: 11.26679
DEBUG    ya.test:process.py:263 Command (pid 536325) wtime: 18.21
DEBUG    ya.test:process.py:275 Command (pid 536325) output:
2026-01-28T16:19:15.789634Z Fetching udfs...
2026-01-28T16:19:16.311924Z Initialization of fq runner...
2026-01-28T16:19:20.204431Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.528867s
2026-01-28T16:19:20.738749Z Fetching query results...
2026-01-28T16:19:20.738768Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 536325) errors:
...0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b065f9f2de0 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 0x7b065f90b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b065f90b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b065f98ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b065f98ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b066004ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b066004c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b0660050090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b0660050090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b065fa2182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b065f91a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b065f91a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b065fa71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b065fa71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b06600580c4 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 0x7b065f9a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b065f9a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b065f924d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b065f92dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b06600573ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b06600571ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b0660056f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b0660054a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b0660054a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b0660054ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b06604b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b06604b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b06604b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b065f54b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f067eb67d8f  (/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 0x7b065f90b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b065f90b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b065f98b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b065f98b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b065fa24686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b065fa24686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b065fa20dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b065f91a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b065f91a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b065fa71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b065fa71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b06600580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b06600578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b0660054bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b0660054aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b0660054ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b06604b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b06604b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b06604b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b065f54b928 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 0x7b065f9a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b065f9a4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b065f9a4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b066004f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b066004ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b066004c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b066004c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b066007b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b065f97741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b065fa747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b065fa747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b065fa747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b065f976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b065f91a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b065f91a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b065fa71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b065fa72e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b065fa72e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b065fa72e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b06600575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b0660054bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b0660054aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b0660054ccf 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 0x7b065f9a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b065f9a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b065f9c2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b065f9c2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b065f9c2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b065f92a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b065f92a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b065f991acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b065f9925ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b065f9925ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b065f9925ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b065f993e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b065f97ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b0660057044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b0660057044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b0660056f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b0660054a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b0660054a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b0660054ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b06604b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b06604b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b06604b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b065f54b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f067eb67d8f  (/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 0x7b065f90ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b065f90ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b066004f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b066004ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b066004c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b066004c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b066007bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b065f97741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b065fa747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b065fa747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b065fa747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b065f976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b065f91a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b065f91a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b065fa71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b065fa71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b06600580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b06600578d8 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 0x7b065f90b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b065f90b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b065f98b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b065f98b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b065f92a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b065f91a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b065f91a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b065fa20ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b065f91a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b065f91a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b065fa71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b065fa71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b06600580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b06600578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b0660054bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b0660054aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b0660054ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b06604b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b06604b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b06604b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b065f54b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b065f90b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b065f90b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b065f98ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b065f98ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b066004ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b066004c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b066004c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b066007bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b065f97741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b065fa747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b065fa747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b065fa747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b065f976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b065f91a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b065f91a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b065fa71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b065fa71a7a 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 0x7b065f9a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b065f9a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b065f9c2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b065f9c2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b065f9c2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b065f92a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b065f92a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b065f991acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b065f9925ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b065f9925ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b065f9925ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b065f98e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b065f96e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b065f97741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b065fa747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b065fa747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b065fa747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b065f976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b065f91a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b065f91a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b065fa20ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b065f91a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b065f91a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b065f91ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b065f91ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b065fa72e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b065fa72e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b06600575c6 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 0x7b065f90b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b065f90b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b065f98ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b065f98ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b066004ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b066004c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b066004c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b066007bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b065f97741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b065fa747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b065fa747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b065fa747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b065f976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b065f975fb5 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 0x7b065f9a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b065f9a4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b065f9a4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b066004f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b066004ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b066004c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b066004c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b066007b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b065f97741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b065fa747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b065fa747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b065fa747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b065f976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b065f91a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b065f91a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b065fa71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b065fa72e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b065fa72e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b065fa72e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b06600575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b0660054bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b0660054aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b0660054ccf 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 0x7b065f90ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b065f90ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b066004f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b066004c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b066004c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b066007bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b065f97741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b065fa747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b065fa747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b065fa747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b065f976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b065f91a7ec 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 0x7b065f94c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b065f94c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b066004e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b066004c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b066004c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b066007bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b065f97741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b065fa747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b065fa747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b065fa747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b065f976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b065f91a7ec 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 0x7b065f94c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b065f94c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b066004e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b066004c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b066004c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b066007bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b065f97741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b065fa747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b065fa747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b065fa747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b065f976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b065f91a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b065f91a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b065fa71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b065fa71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b06600580c4 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'...0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b065f9f2de0 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 0x7b065f90b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b065f90b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b065f98ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b065f98ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b066004ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b066004c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b0660050090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b0660050090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b065fa2182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b065f91a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b065f91a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b065fa71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b065fa71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b06600580c4 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 0x7b065f9a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b065f9a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b065f924d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b065f92dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b06600573ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b06600571ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b0660056f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b0660054a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b0660054a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b0660054ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b06604b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b06604b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b06604b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b065f54b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f067eb67d8f  (/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 0x7b065f90b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b065f90b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b065f98b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b065f98b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b065fa24686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b065fa24686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b065fa20dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b065f91a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b065f91a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b065fa71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b065fa71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b06600580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b06600578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b0660054bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b0660054aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b0660054ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b06604b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b06604b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b06604b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b065f54b928 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 0x7b065f9a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b065f9a4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b065f9a4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b066004f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b066004ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b066004c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b066004c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b066007b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b065f97741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b065fa747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b065fa747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b065fa747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b065f976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b065f91a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b065f91a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b065fa71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b065fa72e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b065fa72e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b065fa72e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b06600575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b0660054bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b0660054aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b0660054ccf 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 0x7b065f9a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b065f9a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b065f9c2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b065f9c2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b065f9c2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b065f92a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b065f92a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b065f991acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b065f9925ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b065f9925ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b065f9925ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b065f993e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b065f97ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b0660057044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b0660057044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b0660056f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b0660054a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b0660054a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b0660054ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b06604b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b06604b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b06604b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b065f54b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f067eb67d8f  (/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 0x7b065f90ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b065f90ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b066004f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b066004ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b066004c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b066004c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b066007bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b065f97741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b065fa747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b065fa747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b065fa747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b065f976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b065f91a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b065f91a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b065fa71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b065fa71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b06600580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b06600578d8 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 0x7b065f90b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b065f90b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b065f98b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b065f98b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b065f92a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b065f91a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b065f91a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b065fa20ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b065f91a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b065f91a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b065fa71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b065fa71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b06600580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b06600578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b0660054bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b0660054aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b0660054ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b06604b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b06604b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b06604b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b065f54b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b065f90b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b065f90b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b065f98ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b065f98ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b066004ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b066004c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b066004c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b066007bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b065f97741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b065fa747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b065fa747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b065fa747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b065f976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b065f91a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b065f91a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b065fa71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b065fa71a7a 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 0x7b065f9a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b065f9a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b065f9c2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b065f9c2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b065f9c2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b065f92a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b065f92a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b065f991acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b065f9925ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b065f9925ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b065f9925ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b065f98e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b065f96e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b065f97741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b065fa747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b065fa747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b065fa747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b065f976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b065f91a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b065f91a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b065fa20ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b065f91a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b065f91a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b065f91ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b065f91ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b065fa72e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b065fa72e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b06600575c6 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 0x7b065f90b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b065f90b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b065f98ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b065f98ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b066004ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b066004c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b066004c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b066007bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b065f97741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b065fa747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b065fa747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b065fa747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b065f976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b065f975fb5 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 0x7b065f9a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b065f9a4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b065f9a4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b066004f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b066004ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b066004c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b066004c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b066007b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b065f97741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b065fa747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b065fa747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b065fa747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b065f976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b065f91a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b065f91a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b065fa71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b065fa72e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b065fa72e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b065fa72e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b06600575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b0660054bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b0660054aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b0660054ccf 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 0x7b065f90ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b065f90ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b066004f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b066004c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b066004c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b066007bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b065f97741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b065fa747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b065fa747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b065fa747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b065f976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b065f91a7ec 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 0x7b065f94c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b065f94c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b066004e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b066004c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b066004c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b066007bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b065f97741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b065fa747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b065fa747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b065fa747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b065f976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b065f91a7ec 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 0x7b065f94c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b065f94c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b066004e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b066004ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b066004ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b066004c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b066004c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b066007bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b065f97741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b065fa747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b065fa747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b065fa747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b065f976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b065fa1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b065fa1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b065fa16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b065fa16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b065fa16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b065f9f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b065f9f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b065fa2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b065f91b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b065f91a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b065f91a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b065fa71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b065fa71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b06600580c4 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/3zoe/000997/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/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 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b482966a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b482966a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b48297c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b48297c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b4829da80c4 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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 541184
DEBUG    ya.test:process.py:259 Command (pid 541184) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 541184) elapsed time (sec): 17.033151388168335
DEBUG    ya.test:process.py:263 Command (pid 541184) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 541184) inblock: 1504
DEBUG    ya.test:process.py:263 Command (pid 541184) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 541184) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 541184) majflt: 7
DEBUG    ya.test:process.py:263 Command (pid 541184) maxrss: 1468680
DEBUG    ya.test:process.py:263 Command (pid 541184) minflt: 988810
DEBUG    ya.test:process.py:263 Command (pid 541184) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 541184) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 541184) nivcsw: 771
DEBUG    ya.test:process.py:263 Command (pid 541184) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 541184) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 541184) nvcsw: 103767
DEBUG    ya.test:process.py:263 Command (pid 541184) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 541184) stime: 3.993893
DEBUG    ya.test:process.py:263 Command (pid 541184) utime: 10.491299
DEBUG    ya.test:process.py:263 Command (pid 541184) wtime: 17.036
DEBUG    ya.test:process.py:275 Command (pid 541184) output:
2026-01-28T16:19:34.207894Z Fetching udfs...
2026-01-28T16:19:34.756593Z Initialization of fq runner...
2026-01-28T16:19:38.427506Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.628913s
2026-01-28T16:19:39.062085Z Fetching query results...
2026-01-28T16:19:39.062116Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 541184) errors:
...0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b4829742de0 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 0x7b482965b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b482965b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b48296dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b48296dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4829d9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b4829d9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b4829da0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b4829da0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b482977182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b482966a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b482966a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b48297c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b48297c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b4829da80c4 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 0x7b48296f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b48296f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4829674d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b482967dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b4829da73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b4829da71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b4829da6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b4829da4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b4829da4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b4829da4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b482a207db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b482a207db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b482a2076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b482929b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f48488afd8f  (/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 0x7b482965b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b482965b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b48296db334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b48296db334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b4829774686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b4829774686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b4829770dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b482966a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b482966a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b48297c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b48297c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b4829da80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b4829da78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b4829da4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b4829da4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b4829da4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b482a207db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b482a207db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b482a2076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b482929b928 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 0x7b48296f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b48296f4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b48296f4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b4829d9f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b4829d9ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b4829d9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b4829d9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b4829dcb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b48296c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b48297c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b48297c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b48297c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b48296c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b482966a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b482966a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b48297c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b48297c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b48297c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b48297c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b4829da75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b4829da4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b4829da4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b4829da4ccf 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 0x7b48296f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b48296f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4829712524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b4829712524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b4829712524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b482967a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b482967a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b48296e1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b48296e25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b48296e25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b48296e25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b48296e3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b48296cad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b4829da7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b4829da7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b4829da6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b4829da4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b4829da4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b4829da4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b482a207db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b482a207db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b482a2076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b482929b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f48488afd8f  (/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 0x7b482965ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b482965ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b4829d9f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b4829d9ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b4829d9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b4829d9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b4829dcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b48296c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b48297c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b48297c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b48297c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b48296c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b482966a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b482966a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b48297c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b48297c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b4829da80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b4829da78d8 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 0x7b482965b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b482965b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b48296db18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b48296db18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b482967a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b482966a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b482966a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b4829770ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b482966a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b482966a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b48297c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b48297c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b4829da80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b4829da78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b4829da4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b4829da4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b4829da4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b482a207db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b482a207db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b482a2076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b482929b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b482965b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b482965b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b48296dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b48296dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4829d9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4829d9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b4829d9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b4829dcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b48296c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b48297c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b48297c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b48297c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b48296c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b482966a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b482966a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b48297c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b48297c1a7a 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 0x7b48296f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b48296f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4829712524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b4829712524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b4829712524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b482967a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b482967a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b48296e1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b48296e25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b48296e25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b48296e25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b48296de5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b48296be92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b48296c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b48297c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b48297c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b48297c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b48296c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b482966a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b482966a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b4829770ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b482966a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b482966a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b482966ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b482966ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b48297c2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b48297c2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b4829da75c6 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 0x7b482965b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b482965b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b48296dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b48296dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4829d9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b4829d9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b4829d9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b4829dcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b48296c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b48297c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b48297c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b48297c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b48296c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b48296c5fb5 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 0x7b48296f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b48296f4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b48296f4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b4829d9f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b4829d9ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b4829d9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b4829d9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b4829dcb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b48296c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b48297c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b48297c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b48297c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b48296c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b482966a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b482966a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b48297c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b48297c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b48297c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b48297c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b4829da75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b4829da4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b4829da4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b4829da4ccf 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 0x7b482965ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b482965ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b4829d9f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4829d9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b4829d9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b4829dcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b48296c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b48297c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b48297c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b48297c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b48296c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b482966a7ec 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 0x7b482969c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b482969c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b4829d9e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4829d9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b4829d9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b4829dcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b48296c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b48297c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b48297c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b48297c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b48296c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b482966a7ec 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 0x7b482969c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b482969c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b4829d9e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b4829d9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b4829d9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b4829dcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b48296c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b48297c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b48297c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b48297c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b48296c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b482966a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b482966a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b48297c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b48297c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b4829da80c4 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'...0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b4829742de0 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 0x7b482965b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b482965b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b48296dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b48296dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4829d9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b4829d9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b4829da0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b4829da0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b482977182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b482966a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b482966a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b48297c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b48297c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b4829da80c4 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 0x7b48296f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b48296f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4829674d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b482967dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b4829da73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b4829da71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b4829da6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b4829da4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b4829da4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b4829da4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b482a207db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b482a207db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b482a2076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b482929b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f48488afd8f  (/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 0x7b482965b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b482965b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b48296db334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b48296db334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b4829774686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b4829774686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b4829770dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b482966a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b482966a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b48297c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b48297c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b4829da80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b4829da78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b4829da4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b4829da4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b4829da4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b482a207db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b482a207db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b482a2076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b482929b928 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 0x7b48296f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b48296f4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b48296f4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b4829d9f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b4829d9ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b4829d9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b4829d9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b4829dcb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b48296c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b48297c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b48297c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b48297c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b48296c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b482966a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b482966a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b48297c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b48297c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b48297c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b48297c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b4829da75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b4829da4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b4829da4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b4829da4ccf 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 0x7b48296f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b48296f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4829712524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b4829712524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b4829712524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b482967a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b482967a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b48296e1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b48296e25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b48296e25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b48296e25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b48296e3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b48296cad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b4829da7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b4829da7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b4829da6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b4829da4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b4829da4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b4829da4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b482a207db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b482a207db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b482a2076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b482929b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f48488afd8f  (/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 0x7b482965ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b482965ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b4829d9f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b4829d9ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b4829d9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b4829d9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b4829dcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b48296c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b48297c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b48297c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b48297c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b48296c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b482966a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b482966a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b48297c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b48297c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b4829da80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b4829da78d8 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 0x7b482965b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b482965b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b48296db18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b48296db18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b482967a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b482966a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b482966a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b4829770ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b482966a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b482966a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b48297c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b48297c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b4829da80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b4829da78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b4829da4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b4829da4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b4829da4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b482a207db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b482a207db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b482a2076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b482929b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b482965b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b482965b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b48296dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b48296dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4829d9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4829d9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b4829d9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b4829dcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b48296c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b48297c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b48297c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b48297c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b48296c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b482966a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b482966a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b48297c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b48297c1a7a 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 0x7b48296f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b48296f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4829712524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b4829712524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b4829712524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b482967a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b482967a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b48296e1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b48296e25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b48296e25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b48296e25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b48296de5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b48296be92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b48296c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b48297c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b48297c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b48297c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b48296c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b482966a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b482966a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b4829770ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b482966a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b482966a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b482966ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b482966ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b48297c2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b48297c2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b4829da75c6 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 0x7b482965b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b482965b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b48296dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b48296dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4829d9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b4829d9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b4829d9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b4829dcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b48296c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b48297c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b48297c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b48297c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b48296c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b48296c5fb5 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 0x7b48296f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b48296f4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b48296f4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b4829d9f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b4829d9ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b4829d9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b4829d9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b4829dcb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b48296c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b48297c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b48297c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b48297c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b48296c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b482966a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b482966a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b48297c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b48297c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b48297c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b48297c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b4829da75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b4829da4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b4829da4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b4829da4ccf 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 0x7b482965ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b482965ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b4829d9f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4829d9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b4829d9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b4829dcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b48296c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b48297c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b48297c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b48297c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b48296c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b482966a7ec 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 0x7b482969c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b482969c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b4829d9e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4829d9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b4829d9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b4829dcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b48296c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b48297c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b48297c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b48297c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b48296c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b482966a7ec 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 0x7b482969c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b482969c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b4829d9e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b4829d9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b4829d9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b4829d9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b4829d9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b4829dcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b48296c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b48297c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b48297c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b48297c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b48296c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b482976e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b482976e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b4829766d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b4829766d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b4829766d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b4829742de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b4829742de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b482977288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b482966b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b482966a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b482966a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b48297c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b48297c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b4829da80c4 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/3zoe/000997/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/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 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b08f02aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b08f02aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b08f0401c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b08f0401a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b08f09e80c4 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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 545106
DEBUG    ya.test:process.py:259 Command (pid 545106) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 545106) elapsed time (sec): 18.76981806755066
DEBUG    ya.test:process.py:263 Command (pid 545106) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 545106) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 545106) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 545106) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 545106) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 545106) maxrss: 1463072
DEBUG    ya.test:process.py:263 Command (pid 545106) minflt: 987126
DEBUG    ya.test:process.py:263 Command (pid 545106) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 545106) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 545106) nivcsw: 1513
DEBUG    ya.test:process.py:263 Command (pid 545106) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 545106) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 545106) nvcsw: 102881
DEBUG    ya.test:process.py:263 Command (pid 545106) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 545106) stime: 3.9494920000000002
DEBUG    ya.test:process.py:263 Command (pid 545106) utime: 11.002405
DEBUG    ya.test:process.py:263 Command (pid 545106) wtime: 18.775
DEBUG    ya.test:process.py:275 Command (pid 545106) output:
2026-01-28T16:19:51.509959Z Fetching udfs...
2026-01-28T16:19:52.070812Z Initialization of fq runner...
2026-01-28T16:19:56.263405Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.529831s
2026-01-28T16:19:56.812611Z Fetching query results...
2026-01-28T16:19:56.812662Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 545106) errors:
...0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b08f0382de0 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 0x7b08f029b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b08f029b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b08f031ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b08f031ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b08f09dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b08f09dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b08f09e0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b08f09e0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b08f03b182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b08f02aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b08f02aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b08f0401c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b08f0401a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b08f09e80c4 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 0x7b08f0332bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b08f0339fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b08f02b4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b08f02bdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b08f09e73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b08f09e71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b08f09e6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b08f09e4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b08f09e4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b08f09e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b08f0e47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b08f0e47db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b08f0e476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b08efedb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f090f4f0d8f  (/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 0x7b08f029b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b08f029b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b08f031b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b08f031b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b08f03b4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b08f03b4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b08f03b0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b08f02aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b08f02aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b08f0401c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b08f0401a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b08f09e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b08f09e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b08f09e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b08f09e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b08f09e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b08f0e47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b08f0e47db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b08f0e476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b08efedb928 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 0x7b08f0332bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b08f0334424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b08f0334424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b08f09df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b08f09dec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b08f09dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b08f09dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b08f0a0b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b08f030741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b08f04047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b08f04047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b08f04047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b08f0306214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b08f02aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b08f02aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b08f0401c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b08f0402e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b08f0402e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b08f0402e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b08f09e75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b08f09e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b08f09e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b08f09e4ccf 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 0x7b08f0332bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b08f0339fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b08f0352524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b08f0352524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b08f0352524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b08f02ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b08f02ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b08f0321acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b08f03225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b08f03225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b08f03225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b08f0323e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b08f030ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b08f09e7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b08f09e7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b08f09e6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b08f09e4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b08f09e4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b08f09e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b08f0e47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b08f0e47db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b08f0e476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b08efedb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f090f4f0d8f  (/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 0x7b08f029ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b08f029ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b08f09df0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b08f09dece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b08f09dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b08f09dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b08f0a0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b08f030741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b08f04047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b08f04047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b08f04047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b08f0306214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b08f02aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b08f02aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b08f0401c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b08f0401a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b08f09e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b08f09e78d8 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 0x7b08f029b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b08f029b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b08f031b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b08f031b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b08f02ba356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b08f02aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b08f02aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b08f03b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b08f02aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b08f02aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b08f0401c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b08f0401a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b08f09e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b08f09e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b08f09e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b08f09e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b08f09e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b08f0e47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b08f0e47db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b08f0e476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b08efedb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b08f029b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b08f029b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b08f031ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b08f031ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b08f09dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b08f09dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b08f09dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b08f0a0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b08f030741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b08f04047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b08f04047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b08f04047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b08f0306214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b08f02aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b08f02aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b08f0401c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b08f0401a7a 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 0x7b08f0332bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b08f0339fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b08f0352524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b08f0352524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b08f0352524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b08f02ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b08f02ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b08f0321acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b08f03225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b08f03225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b08f03225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b08f031e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b08f02fe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b08f030741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b08f04047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b08f04047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b08f04047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b08f0306214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b08f02aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b08f02aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b08f03b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b08f02aa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b08f02aa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b08f02aab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b08f02aab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b08f0402e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b08f0402e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b08f09e75c6 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 0x7b08f029b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b08f029b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b08f031ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b08f031ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b08f09dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b08f09dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b08f09dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b08f0a0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b08f030741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b08f04047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b08f04047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b08f04047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b08f0306214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b08f0305fb5 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 0x7b08f0332bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b08f0334424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b08f0334424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b08f09df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b08f09dec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b08f09dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b08f09dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b08f0a0b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b08f030741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b08f04047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b08f04047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b08f04047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b08f0306214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b08f02aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b08f02aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b08f0401c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b08f0402e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b08f0402e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b08f0402e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b08f09e75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b08f09e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b08f09e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b08f09e4ccf 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 0x7b08f029ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b08f029ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b08f09df0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b08f09dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b08f09dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b08f0a0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b08f030741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b08f04047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b08f04047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b08f04047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b08f0306214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b08f02aa7ec 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 0x7b08f02dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b08f02dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b08f09de99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b08f09dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b08f09dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b08f0a0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b08f030741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b08f04047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b08f04047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b08f04047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b08f0306214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b08f02aa7ec 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 0x7b08f02dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b08f02dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b08f09de99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b08f09dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b08f09dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b08f0a0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b08f030741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b08f04047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b08f04047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b08f04047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b08f0306214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b08f02aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b08f02aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b08f0401c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b08f0401a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b08f09e80c4 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'...0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b08f0382de0 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 0x7b08f029b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b08f029b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b08f031ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b08f031ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b08f09dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b08f09dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b08f09e0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b08f09e0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b08f03b182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b08f02aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b08f02aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b08f0401c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b08f0401a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b08f09e80c4 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 0x7b08f0332bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b08f0339fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b08f02b4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b08f02bdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b08f09e73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b08f09e71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b08f09e6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b08f09e4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b08f09e4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b08f09e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b08f0e47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b08f0e47db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b08f0e476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b08efedb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f090f4f0d8f  (/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 0x7b08f029b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b08f029b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b08f031b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b08f031b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b08f03b4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b08f03b4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b08f03b0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b08f02aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b08f02aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b08f0401c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b08f0401a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b08f09e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b08f09e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b08f09e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b08f09e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b08f09e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b08f0e47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b08f0e47db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b08f0e476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b08efedb928 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 0x7b08f0332bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b08f0334424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b08f0334424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b08f09df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b08f09dec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b08f09dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b08f09dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b08f0a0b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b08f030741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b08f04047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b08f04047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b08f04047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b08f0306214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b08f02aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b08f02aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b08f0401c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b08f0402e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b08f0402e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b08f0402e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b08f09e75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b08f09e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b08f09e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b08f09e4ccf 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 0x7b08f0332bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b08f0339fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b08f0352524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b08f0352524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b08f0352524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b08f02ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b08f02ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b08f0321acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b08f03225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b08f03225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b08f03225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b08f0323e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b08f030ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b08f09e7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b08f09e7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b08f09e6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b08f09e4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b08f09e4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b08f09e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b08f0e47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b08f0e47db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b08f0e476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b08efedb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f090f4f0d8f  (/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 0x7b08f029ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b08f029ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b08f09df0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b08f09dece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b08f09dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b08f09dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b08f0a0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b08f030741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b08f04047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b08f04047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b08f04047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b08f0306214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b08f02aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b08f02aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b08f0401c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b08f0401a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b08f09e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b08f09e78d8 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 0x7b08f029b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b08f029b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b08f031b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b08f031b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b08f02ba356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b08f02aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b08f02aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b08f03b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b08f02aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b08f02aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b08f0401c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b08f0401a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b08f09e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b08f09e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b08f09e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b08f09e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b08f09e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b08f0e47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b08f0e47db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b08f0e476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b08efedb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b08f029b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b08f029b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b08f031ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b08f031ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b08f09dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b08f09dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b08f09dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b08f0a0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b08f030741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b08f04047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b08f04047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b08f04047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b08f0306214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b08f02aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b08f02aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b08f0401c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b08f0401a7a 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 0x7b08f0332bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b08f0339fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b08f0352524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b08f0352524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b08f0352524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b08f02ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b08f02ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b08f0321acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b08f03225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b08f03225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b08f03225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b08f031e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b08f02fe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b08f030741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b08f04047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b08f04047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b08f04047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b08f0306214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b08f02aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b08f02aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b08f03b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b08f02aa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b08f02aa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b08f02aab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b08f02aab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b08f0402e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b08f0402e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b08f09e75c6 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 0x7b08f029b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b08f029b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b08f031ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b08f031ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b08f09dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b08f09dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b08f09dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b08f0a0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b08f030741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b08f04047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b08f04047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b08f04047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b08f0306214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b08f0305fb5 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 0x7b08f0332bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b08f0334424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b08f0334424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b08f09df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b08f09dec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b08f09dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b08f09dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b08f0a0b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b08f030741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b08f04047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b08f04047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b08f04047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b08f0306214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b08f02aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b08f02aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b08f0401c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b08f0402e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b08f0402e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b08f0402e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b08f09e75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b08f09e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b08f09e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b08f09e4ccf 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 0x7b08f029ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b08f029ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b08f09df0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b08f09dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b08f09dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b08f0a0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b08f030741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b08f04047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b08f04047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b08f04047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b08f0306214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b08f02aa7ec 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 0x7b08f02dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b08f02dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b08f09de99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b08f09dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b08f09dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b08f0a0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b08f030741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b08f04047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b08f04047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b08f04047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b08f0306214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b08f02aa7ec 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 0x7b08f02dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b08f02dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b08f09de99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b08f09dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b08f09dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b08f09dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b08f09dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b08f0a0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b08f030741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b08f04047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b08f04047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b08f04047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b08f0306214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b08f03ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b08f03ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b08f03a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b08f03a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b08f03a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b08f0382de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b08f0382de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b08f03b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b08f02ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b08f02aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b08f02aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b08f0401c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b08f0401a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b08f09e80c4 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/3zoe/000997/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/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 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7be77959a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7be77959a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7be7796f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7be7796f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7be779cd80c4 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/3zoe/000997/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/3zoe/000997/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/3zoe/000997/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 551435
DEBUG    ya.test:process.py:259 Command (pid 551435) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 551435) elapsed time (sec): 16.53510880470276
DEBUG    ya.test:process.py:263 Command (pid 551435) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 551435) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 551435) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 551435) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 551435) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 551435) maxrss: 1488236
DEBUG    ya.test:process.py:263 Command (pid 551435) minflt: 998197
DEBUG    ya.test:process.py:263 Command (pid 551435) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 551435) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 551435) nivcsw: 287
DEBUG    ya.test:process.py:263 Command (pid 551435) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 551435) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 551435) nvcsw: 103989
DEBUG    ya.test:process.py:263 Command (pid 551435) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 551435) stime: 3.813603
DEBUG    ya.test:process.py:263 Command (pid 551435) utime: 9.938649
DEBUG    ya.test:process.py:263 Command (pid 551435) wtime: 16.538
DEBUG    ya.test:process.py:275 Command (pid 551435) output:
2026-01-28T16:20:10.488337Z Fetching udfs...
2026-01-28T16:20:11.018602Z Initialization of fq runner...
2026-01-28T16:20:14.268083Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.528595s
2026-01-28T16:20:14.801711Z Fetching query results...
2026-01-28T16:20:14.801746Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 551435) errors:
...0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7be779672de0 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 0x7be77958b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be77958b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be77960ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be77960ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be779ccee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be779ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be779cd0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7be779cd0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7be7796a182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7be77959a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7be77959a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7be7796f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7be7796f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7be779cd80c4 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 0x7be779622bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be779629fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be7795a4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7be7795adff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7be779cd73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7be779cd71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7be779cd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7be779cd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7be779cd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7be779cd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7be77a137db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7be77a137db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be77a1376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be7791cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7fe7987e4d8f  (/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 0x7be77958b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be77958b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be77960b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be77960b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7be7796a4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7be7796a4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7be7796a0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7be77959a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7be77959a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7be7796f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7be7796f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7be779cd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7be779cd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7be779cd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7be779cd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7be779cd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7be77a137db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7be77a137db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be77a1376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be7791cb928 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 0x7be779622bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be779624424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be779624424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be779ccf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be779ccec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be779ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be779ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7be779cfb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7be7795f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7be7796f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7be7796f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7be7796f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7be7795f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7be77959a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7be77959a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7be7796f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7be7796f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7be7796f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7be7796f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7be779cd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7be779cd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7be779cd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7be779cd4ccf 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 0x7be779622bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be779629fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be779642524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7be779642524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7be779642524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7be7795aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7be7795aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7be779611acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7be7796125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7be7796125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7be7796125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7be779613e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7be7795fad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7be779cd7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7be779cd7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7be779cd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7be779cd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7be779cd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7be779cd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7be77a137db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7be77a137db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be77a1376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be7791cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7fe7987e4d8f  (/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 0x7be77958ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7be77958ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7be779ccf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7be779ccece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7be779ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7be779ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7be779cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7be7795f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7be7796f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7be7796f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7be7796f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7be7795f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7be77959a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7be77959a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7be7796f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7be7796f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7be779cd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7be779cd78d8 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 0x7be77958b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be77958b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be77960b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be77960b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7be7795aa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7be77959a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7be77959a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7be7796a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7be77959a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7be77959a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7be7796f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7be7796f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7be779cd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7be779cd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7be779cd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7be779cd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7be779cd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7be77a137db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7be77a137db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be77a1376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be7791cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7be77958b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be77958b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be77960ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be77960ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be779ccee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be779ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7be779ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7be779cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7be7795f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7be7796f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7be7796f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7be7796f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7be7795f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7be77959a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7be77959a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7be7796f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7be7796f1a7a 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 0x7be779622bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be779629fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be779642524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7be779642524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7be779642524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7be7795aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7be7795aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7be779611acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7be7796125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7be7796125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7be7796125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7be77960e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7be7795ee92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7be7795f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7be7796f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7be7796f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7be7796f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7be7795f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7be77959a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be77959a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7be7796a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7be77959a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7be77959a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7be77959ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7be77959ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7be7796f2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7be7796f2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7be779cd75c6 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 0x7be77958b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be77958b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be77960ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be77960ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be779ccee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7be779ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7be779ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7be779cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7be7795f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7be7796f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7be7796f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7be7796f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7be7795f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7be7795f5fb5 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 0x7be779622bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be779624424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be779624424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be779ccf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be779ccec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be779ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be779ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7be779cfb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7be7795f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7be7796f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7be7796f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7be7796f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7be7795f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7be77959a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7be77959a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7be7796f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7be7796f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7be7796f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7be7796f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7be779cd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7be779cd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7be779cd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7be779cd4ccf 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 0x7be77958ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7be77958ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7be779ccf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be779ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7be779ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7be779cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7be7795f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7be7796f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7be7796f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7be7796f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7be7795f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be77959a7ec 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 0x7be7795cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7be7795cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7be779cce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be779ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7be779ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7be779cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7be7795f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7be7796f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7be7796f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7be7796f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7be7795f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be77959a7ec 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 0x7be7795cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7be7795cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7be779cce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7be779ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7be779ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7be779cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7be7795f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7be7796f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7be7796f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7be7796f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7be7795f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7be77959a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7be77959a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7be7796f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7be7796f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7be779cd80c4 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'...0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7be779672de0 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 0x7be77958b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be77958b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be77960ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be77960ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be779ccee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be779ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be779cd0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7be779cd0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7be7796a182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7be77959a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7be77959a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7be7796f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7be7796f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7be779cd80c4 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 0x7be779622bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be779629fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be7795a4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7be7795adff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7be779cd73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7be779cd71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7be779cd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7be779cd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7be779cd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7be779cd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7be77a137db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7be77a137db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7be77a1376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7be7791cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7fe7987e4d8f  (/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 0x7be77958b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be77958b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be77960b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be77960b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7be7796a4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7be7796a4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7be7796a0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7be77959a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7be77959a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7be7796f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7be7796f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7be779cd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7be779cd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7be779cd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7be779cd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7be779cd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7be77a137db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7be77a137db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7be77a1376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7be7791cb928 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 0x7be779622bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be779624424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be779624424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be779ccf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be779ccec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be779ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be779ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7be779cfb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7be7795f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7be7796f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7be7796f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7be7796f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7be7795f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7be77959a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7be77959a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7be7796f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7be7796f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7be7796f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7be7796f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7be779cd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7be779cd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7be779cd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7be779cd4ccf 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 0x7be779622bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be779629fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be779642524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7be779642524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7be779642524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7be7795aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7be7795aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7be779611acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7be7796125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7be7796125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7be7796125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7be779613e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7be7795fad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7be779cd7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7be779cd7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7be779cd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7be779cd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7be779cd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7be779cd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7be77a137db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7be77a137db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7be77a1376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7be7791cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7fe7987e4d8f  (/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 0x7be77958ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7be77958ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7be779ccf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7be779ccece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7be779ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7be779ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7be779cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7be7795f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7be7796f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7be7796f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7be7796f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7be7795f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7be77959a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7be77959a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7be7796f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7be7796f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7be779cd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7be779cd78d8 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 0x7be77958b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be77958b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be77960b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be77960b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7be7795aa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7be77959a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7be77959a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7be7796a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7be77959a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7be77959a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7be7796f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7be7796f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7be779cd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7be779cd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7be779cd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7be779cd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7be779cd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7be77a137db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7be77a137db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7be77a1376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7be7791cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7be77958b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be77958b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be77960ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be77960ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be779ccee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be779ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7be779ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7be779cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7be7795f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7be7796f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7be7796f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7be7796f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7be7795f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7be77959a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7be77959a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7be7796f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7be7796f1a7a 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 0x7be779622bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be779629fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be779642524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7be779642524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7be779642524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7be7795aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7be7795aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7be779611acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7be7796125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7be7796125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7be7796125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7be77960e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7be7795ee92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7be7795f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7be7796f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7be7796f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7be7796f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7be7795f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7be77959a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be77959a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7be7796a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7be77959a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7be77959a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7be77959ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7be77959ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7be7796f2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7be7796f2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7be779cd75c6 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 0x7be77958b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be77958b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be77960ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be77960ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be779ccee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7be779ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7be779ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7be779cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7be7795f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7be7796f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7be7796f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7be7796f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7be7795f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7be7795f5fb5 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 0x7be779622bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be779624424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be779624424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be779ccf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be779ccec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be779ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be779ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7be779cfb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7be7795f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7be7796f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7be7796f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7be7796f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7be7795f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7be77959a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7be77959a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7be7796f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7be7796f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7be7796f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7be7796f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7be779cd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7be779cd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7be779cd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7be779cd4ccf 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 0x7be77958ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7be77958ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7be779ccf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be779ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7be779ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7be779cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7be7795f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7be7796f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7be7796f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7be7796f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7be7795f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7be77959a7ec 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 0x7be7795cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7be7795cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7be779cce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be779ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7be779ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7be779cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7be7795f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7be7796f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7be7796f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7be7796f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7be7795f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7be77959a7ec 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 0x7be7795cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7be7795cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7be779cce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7be779ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7be779ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7be779ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7be779ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7be779cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7be7795f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7be7796f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7be7796f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7be7796f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7be7795f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7be77969e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7be77969e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7be779696d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7be779696d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7be779696d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7be779672de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7be779672de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be7796a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7be77959b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7be77959a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7be77959a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7be7796f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7be7796f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7be779cd80c4 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 ===============================
23.24s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadata-default.txt]
18.85s call     test_sql_streaming.py::test[pq-ReadWriteSameTopic-default.txt]
18.25s call     test_sql_streaming.py::test[pq-ReadTopicWithSchema-default.txt]
17.93s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadataWithFilter-default.txt]
17.38s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadataNestedDeep-default.txt]
17.36s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadataInsideFilter-default.txt]
17.09s call     test_sql_streaming.py::test[pq-ReadTwoTopics-default.txt]
16.60s call     test_sql_streaming.py::test[pq-ReadWriteTopic-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadata-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadataNestedDeep-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadTwoTopics-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadWriteSameTopic-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadataWithFilter-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadataInsideFilter-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadWriteTopic-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadTopicWithSchema-default.txt]

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_streaming.py::test[pq-ReadTopicWithMetadata-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_xv12s601/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 0x7bf05807b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bf05807b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bf0581d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bf0581d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bf058151df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bf058151df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bf0580d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bf05807a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bf05807a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bf05807a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bf0581d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bf0581d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bf0587b80c4 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-ReadTopicWithMetadataInsideFilter-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_22pwszc8/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 0x7b5bdba5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b5bdba5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b5bdbbb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b5bdbbb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b5bdbb31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b5bdbb31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b5bdbab5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b5bdba5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b5bdba5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b5bdba5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b5bdbbb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b5bdbbb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b5bdc1980c4 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-ReadTopicWithMetadataNestedDeep-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_eufzako2/topic_3.txt' has failed with code 100.
Errors:
...fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb3466fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bb3466fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bb34685216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bb34685216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bb3467d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bb3467d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bb346755fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bb3466fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bb3466fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bb3466fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bb346851c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bb346851a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bb346e380c4 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/3zoe/000997/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fcray2a0/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 0x7bc1e212b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc1e212b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc1e228216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bc1e228216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bc1e2201df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc1e2201df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc1e2185fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc1e212a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc1e212a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc1e212a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc1e2281c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bc1e2281a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bc1e28680c4 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-ReadTopicWithSchema-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fifdgqqb/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 0x7b065f91b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b065f91b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b065fa7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b065fa7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b065f9f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b065f9f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b065f975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b065f91a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b065f91a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b065f91a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b065fa71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b065fa71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b06600580c4 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/3zoe/000997/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__2_nzkfp/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 0x7b482966b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b482966b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b48297c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b48297c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b4829741df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b4829741df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b48296c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b482966a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b482966a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b482966a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b48297c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b48297c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b4829da80c4 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/3zoe/000997/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5iqe1kmq/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 0x7b08f02ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b08f02ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b08f040216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b08f040216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b08f0381df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b08f0381df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b08f0305fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b08f02aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b08f02aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b08f02aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b08f0401c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b08f0401a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b08f09e80c4 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/3zoe/000997/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/000997/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/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/000997/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_btgq0n8n/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 0x7be77959b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7be77959b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7be7796f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7be7796f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7be779671df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7be779671df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7be7795f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7be77959a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7be77959a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7be77959a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7be7796f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7be7796f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7be779cd80c4 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 148.39s (0:02:28) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/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 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b077089a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b077089a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b07709f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b07709f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b0770fd80c4 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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/00097f/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 450125
DEBUG    ya.test:process.py:259 Command (pid 450125) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 450125) elapsed time (sec): 20.851005792617798
DEBUG    ya.test:process.py:263 Command (pid 450125) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 450125) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 450125) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 450125) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 450125) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 450125) maxrss: 1475240
DEBUG    ya.test:process.py:263 Command (pid 450125) minflt: 992367
DEBUG    ya.test:process.py:263 Command (pid 450125) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 450125) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 450125) nivcsw: 874
DEBUG    ya.test:process.py:263 Command (pid 450125) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 450125) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 450125) nvcsw: 104126
DEBUG    ya.test:process.py:263 Command (pid 450125) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 450125) stime: 3.639946
DEBUG    ya.test:process.py:263 Command (pid 450125) utime: 10.550047
DEBUG    ya.test:process.py:263 Command (pid 450125) wtime: 20.858
DEBUG    ya.test:process.py:275 Command (pid 450125) output:
2026-01-28T16:18:01.250192Z Fetching udfs...
2026-01-28T16:18:01.806844Z Initialization of fq runner...
2026-01-28T16:18:05.181336Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.514486s
2026-01-28T16:18:05.701374Z Fetching query results...
2026-01-28T16:18:05.701403Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 450125) errors:
...0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b0770972de0 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 0x7b077088b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b077088b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b077090ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b077090ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b0770fcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b0770fcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b0770fd0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b0770fd0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b07709a182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b077089a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b077089a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b07709f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b07709f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b0770fd80c4 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 0x7b0770922bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0770929fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b07708a4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b07708adff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b0770fd73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b0770fd71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b0770fd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b0770fd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b0770fd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b0770fd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b0771437db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b0771437db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b07714376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b07704cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f078fadbd8f  (/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 0x7b077088b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b077088b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b077090b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b077090b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b07709a4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b07709a4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b07709a0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b077089a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b077089a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b07709f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b07709f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b0770fd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b0770fd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b0770fd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b0770fd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b0770fd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b0771437db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b0771437db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b07714376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b07704cb928 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 0x7b0770922bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0770924424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b0770924424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b0770fcf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b0770fcec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b0770fcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b0770fcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b0770ffb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b07708f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b07709f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b07709f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b07709f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b07708f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b077089a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b077089a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b07709f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b07709f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b07709f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b07709f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b0770fd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b0770fd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b0770fd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b0770fd4ccf 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 0x7b0770922bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0770929fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b0770942524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b0770942524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b0770942524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b07708aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b07708aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b0770911acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b07709125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b07709125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b07709125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b0770913e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b07708fad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b0770fd7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b0770fd7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b0770fd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b0770fd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b0770fd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b0770fd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b0771437db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b0771437db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b07714376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b07704cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f078fadbd8f  (/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 0x7b077088ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b077088ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b0770fcf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b0770fcece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b0770fcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b0770fcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b0770ffbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b07708f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b07709f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b07709f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b07709f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b07708f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b077089a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b077089a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b07709f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b07709f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b0770fd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b0770fd78d8 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 0x7b077088b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b077088b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b077090b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b077090b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b07708aa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b077089a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b077089a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b07709a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b077089a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b077089a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b07709f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b07709f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b0770fd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b0770fd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b0770fd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b0770fd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b0770fd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b0771437db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b0771437db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b07714376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b07704cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b077088b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b077088b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b077090ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b077090ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b0770fcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0770fcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b0770fcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b0770ffbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b07708f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b07709f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b07709f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b07709f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b07708f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b077089a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b077089a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b07709f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b07709f1a7a 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 0x7b0770922bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0770929fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b0770942524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b0770942524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b0770942524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b07708aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b07708aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b0770911acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b07709125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b07709125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b07709125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b077090e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b07708ee92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b07708f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b07709f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b07709f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b07709f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b07708f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b077089a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b077089a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b07709a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b077089a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b077089a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b077089ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b077089ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b07709f2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b07709f2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b0770fd75c6 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 0x7b077088b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b077088b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b077090ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b077090ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b0770fcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b0770fcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b0770fcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b0770ffbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b07708f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b07709f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b07709f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b07709f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b07708f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b07708f5fb5 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 0x7b0770922bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0770924424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b0770924424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b0770fcf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b0770fcec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b0770fcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b0770fcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b0770ffb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b07708f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b07709f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b07709f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b07709f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b07708f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b077089a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b077089a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b07709f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b07709f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b07709f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b07709f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b0770fd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b0770fd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b0770fd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b0770fd4ccf 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 0x7b077088ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b077088ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b0770fcf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b0770fcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b0770fcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b0770ffbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b07708f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b07709f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b07709f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b07709f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b07708f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b077089a7ec 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 0x7b07708cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b07708cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b0770fce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b0770fcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b0770fcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b0770ffbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b07708f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b07709f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b07709f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b07709f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b07708f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b077089a7ec 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 0x7b07708cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b07708cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b0770fce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b0770fcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b0770fcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b0770ffbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b07708f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b07709f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b07709f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b07709f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b07708f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b077089a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b077089a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b07709f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b07709f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b0770fd80c4 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'...0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b0770972de0 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 0x7b077088b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b077088b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b077090ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b077090ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b0770fcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b0770fcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b0770fd0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b0770fd0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b07709a182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b077089a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b077089a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b07709f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b07709f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b0770fd80c4 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 0x7b0770922bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0770929fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b07708a4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b07708adff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b0770fd73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b0770fd71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b0770fd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b0770fd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b0770fd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b0770fd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b0771437db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b0771437db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b07714376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b07704cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f078fadbd8f  (/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 0x7b077088b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b077088b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b077090b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b077090b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b07709a4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b07709a4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b07709a0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b077089a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b077089a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b07709f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b07709f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b0770fd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b0770fd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b0770fd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b0770fd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b0770fd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b0771437db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b0771437db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b07714376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b07704cb928 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 0x7b0770922bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0770924424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b0770924424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b0770fcf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b0770fcec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b0770fcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b0770fcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b0770ffb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b07708f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b07709f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b07709f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b07709f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b07708f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b077089a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b077089a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b07709f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b07709f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b07709f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b07709f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b0770fd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b0770fd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b0770fd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b0770fd4ccf 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 0x7b0770922bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0770929fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b0770942524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b0770942524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b0770942524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b07708aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b07708aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b0770911acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b07709125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b07709125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b07709125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b0770913e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b07708fad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b0770fd7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b0770fd7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b0770fd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b0770fd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b0770fd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b0770fd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b0771437db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b0771437db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b07714376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b07704cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f078fadbd8f  (/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 0x7b077088ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b077088ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b0770fcf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b0770fcece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b0770fcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b0770fcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b0770ffbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b07708f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b07709f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b07709f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b07709f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b07708f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b077089a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b077089a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b07709f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b07709f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b0770fd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b0770fd78d8 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 0x7b077088b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b077088b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b077090b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b077090b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b07708aa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b077089a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b077089a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b07709a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b077089a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b077089a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b07709f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b07709f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b0770fd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b0770fd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b0770fd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b0770fd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b0770fd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b0771437db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b0771437db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b07714376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b07704cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b077088b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b077088b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b077090ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b077090ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b0770fcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0770fcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b0770fcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b0770ffbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b07708f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b07709f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b07709f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b07709f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b07708f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b077089a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b077089a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b07709f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b07709f1a7a 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 0x7b0770922bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0770929fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b0770942524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b0770942524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b0770942524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b07708aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b07708aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b0770911acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b07709125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b07709125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b07709125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b077090e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b07708ee92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b07708f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b07709f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b07709f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b07709f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b07708f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b077089a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b077089a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b07709a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b077089a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b077089a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b077089ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b077089ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b07709f2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b07709f2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b0770fd75c6 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 0x7b077088b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b077088b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b077090ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b077090ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b0770fcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b0770fcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b0770fcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b0770ffbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b07708f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b07709f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b07709f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b07709f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b07708f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b07708f5fb5 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 0x7b0770922bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0770924424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b0770924424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b0770fcf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b0770fcec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b0770fcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b0770fcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b0770ffb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b07708f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b07709f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b07709f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b07709f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b07708f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b077089a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b077089a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b07709f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b07709f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b07709f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b07709f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b0770fd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b0770fd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b0770fd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b0770fd4ccf 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 0x7b077088ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b077088ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b0770fcf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b0770fcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b0770fcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b0770ffbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b07708f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b07709f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b07709f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b07709f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b07708f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b077089a7ec 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 0x7b07708cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b07708cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b0770fce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b0770fcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b0770fcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b0770ffbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b07708f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b07709f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b07709f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b07709f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b07708f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b077089a7ec 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 0x7b07708cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b07708cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b0770fce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b0770fcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b0770fcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b0770fcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b0770fcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b0770ffbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b07708f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b07709f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b07709f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b07709f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b07708f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b077099e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b077099e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b0770996d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b0770996d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b0770996d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b0770972de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b0770972de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b07709a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b077089b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b077089a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b077089a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b07709f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b07709f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b0770fd80c4 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/3zoe/00097f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/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 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b297a54a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b297a54a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b297a6a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b297a6a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b297ac880c4 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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 488232
DEBUG    ya.test:process.py:259 Command (pid 488232) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 488232) elapsed time (sec): 17.14370822906494
DEBUG    ya.test:process.py:263 Command (pid 488232) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 488232) inblock: 144
DEBUG    ya.test:process.py:263 Command (pid 488232) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 488232) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 488232) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 488232) maxrss: 1471468
DEBUG    ya.test:process.py:263 Command (pid 488232) minflt: 986528
DEBUG    ya.test:process.py:263 Command (pid 488232) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 488232) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 488232) nivcsw: 920
DEBUG    ya.test:process.py:263 Command (pid 488232) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 488232) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 488232) nvcsw: 102870
DEBUG    ya.test:process.py:263 Command (pid 488232) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 488232) stime: 3.533194
DEBUG    ya.test:process.py:263 Command (pid 488232) utime: 10.635009
DEBUG    ya.test:process.py:263 Command (pid 488232) wtime: 17.145
DEBUG    ya.test:process.py:275 Command (pid 488232) output:
2026-01-28T16:18:22.497215Z Fetching udfs...
2026-01-28T16:18:22.963497Z Initialization of fq runner...
2026-01-28T16:18:26.757597Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.517885s
2026-01-28T16:18:27.286394Z Fetching query results...
2026-01-28T16:18:27.286426Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 488232) errors:
...0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b297a622de0 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 0x7b297a53b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b297a53b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b297a5bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b297a5bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b297ac7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b297ac7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b297ac80090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b297ac80090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b297a65182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b297a54a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b297a54a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b297a6a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b297a6a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b297ac880c4 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 0x7b297a5d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b297a5d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b297a554d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b297a55dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b297ac873ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b297ac871ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b297ac86f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b297ac84a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b297ac84a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b297ac84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b297b0e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b297b0e7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b297b0e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b297a17b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f299978dd8f  (/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 0x7b297a53b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b297a53b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b297a5bb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b297a5bb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b297a654686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b297a654686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b297a650dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b297a54a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b297a54a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b297a6a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b297a6a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b297ac880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b297ac878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b297ac84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b297ac84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b297ac84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b297b0e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b297b0e7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b297b0e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b297a17b928 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 0x7b297a5d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b297a5d4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b297a5d4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b297ac7f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b297ac7ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b297ac7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b297ac7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b297acab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b297a5a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b297a6a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b297a6a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b297a6a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b297a5a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b297a54a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b297a54a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b297a6a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b297a6a2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b297a6a2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b297a6a2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b297ac875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b297ac84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b297ac84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b297ac84ccf 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 0x7b297a5d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b297a5d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b297a5f2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b297a5f2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b297a5f2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b297a55a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b297a55a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b297a5c1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b297a5c25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b297a5c25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b297a5c25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b297a5c3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b297a5aad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b297ac87044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b297ac87044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b297ac86f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b297ac84a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b297ac84a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b297ac84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b297b0e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b297b0e7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b297b0e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b297a17b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f299978dd8f  (/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 0x7b297a53ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b297a53ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b297ac7f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b297ac7ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b297ac7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b297ac7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b297acabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b297a5a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b297a6a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b297a6a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b297a6a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b297a5a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b297a54a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b297a54a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b297a6a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b297a6a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b297ac880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b297ac878d8 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 0x7b297a53b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b297a53b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b297a5bb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b297a5bb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b297a55a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b297a54a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b297a54a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b297a650ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b297a54a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b297a54a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b297a6a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b297a6a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b297ac880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b297ac878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b297ac84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b297ac84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b297ac84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b297b0e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b297b0e7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b297b0e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b297a17b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b297a53b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b297a53b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b297a5bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b297a5bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b297ac7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b297ac7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b297ac7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b297acabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b297a5a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b297a6a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b297a6a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b297a6a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b297a5a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b297a54a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b297a54a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b297a6a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b297a6a1a7a 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 0x7b297a5d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b297a5d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b297a5f2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b297a5f2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b297a5f2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b297a55a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b297a55a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b297a5c1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b297a5c25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b297a5c25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b297a5c25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b297a5be5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b297a59e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b297a5a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b297a6a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b297a6a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b297a6a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b297a5a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b297a54a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b297a54a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b297a650ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b297a54a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b297a54a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b297a54ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b297a54ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b297a6a2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b297a6a2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b297ac875c6 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 0x7b297a53b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b297a53b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b297a5bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b297a5bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b297ac7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b297ac7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b297ac7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b297acabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b297a5a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b297a6a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b297a6a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b297a6a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b297a5a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b297a5a5fb5 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 0x7b297a5d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b297a5d4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b297a5d4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b297ac7f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b297ac7ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b297ac7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b297ac7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b297acab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b297a5a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b297a6a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b297a6a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b297a6a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b297a5a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b297a54a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b297a54a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b297a6a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b297a6a2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b297a6a2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b297a6a2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b297ac875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b297ac84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b297ac84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b297ac84ccf 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 0x7b297a53ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b297a53ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b297ac7f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b297ac7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b297ac7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b297acabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b297a5a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b297a6a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b297a6a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b297a6a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b297a5a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b297a54a7ec 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 0x7b297a57c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b297a57c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b297ac7e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b297ac7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b297ac7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b297acabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b297a5a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b297a6a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b297a6a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b297a6a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b297a5a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b297a54a7ec 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 0x7b297a57c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b297a57c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b297ac7e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b297ac7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b297ac7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b297acabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b297a5a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b297a6a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b297a6a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b297a6a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b297a5a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b297a54a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b297a54a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b297a6a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b297a6a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b297ac880c4 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'...0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b297a622de0 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 0x7b297a53b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b297a53b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b297a5bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b297a5bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b297ac7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b297ac7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b297ac80090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b297ac80090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b297a65182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b297a54a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b297a54a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b297a6a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b297a6a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b297ac880c4 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 0x7b297a5d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b297a5d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b297a554d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b297a55dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b297ac873ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b297ac871ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b297ac86f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b297ac84a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b297ac84a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b297ac84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b297b0e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b297b0e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b297b0e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b297a17b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f299978dd8f  (/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 0x7b297a53b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b297a53b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b297a5bb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b297a5bb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b297a654686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b297a654686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b297a650dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b297a54a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b297a54a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b297a6a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b297a6a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b297ac880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b297ac878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b297ac84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b297ac84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b297ac84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b297b0e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b297b0e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b297b0e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b297a17b928 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 0x7b297a5d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b297a5d4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b297a5d4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b297ac7f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b297ac7ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b297ac7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b297ac7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b297acab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b297a5a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b297a6a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b297a6a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b297a6a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b297a5a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b297a54a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b297a54a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b297a6a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b297a6a2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b297a6a2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b297a6a2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b297ac875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b297ac84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b297ac84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b297ac84ccf 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 0x7b297a5d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b297a5d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b297a5f2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b297a5f2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b297a5f2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b297a55a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b297a55a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b297a5c1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b297a5c25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b297a5c25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b297a5c25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b297a5c3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b297a5aad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b297ac87044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b297ac87044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b297ac86f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b297ac84a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b297ac84a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b297ac84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b297b0e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b297b0e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b297b0e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b297a17b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f299978dd8f  (/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 0x7b297a53ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b297a53ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b297ac7f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b297ac7ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b297ac7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b297ac7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b297acabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b297a5a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b297a6a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b297a6a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b297a6a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b297a5a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b297a54a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b297a54a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b297a6a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b297a6a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b297ac880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b297ac878d8 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 0x7b297a53b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b297a53b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b297a5bb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b297a5bb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b297a55a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b297a54a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b297a54a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b297a650ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b297a54a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b297a54a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b297a6a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b297a6a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b297ac880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b297ac878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b297ac84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b297ac84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b297ac84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b297b0e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b297b0e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b297b0e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b297a17b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b297a53b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b297a53b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b297a5bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b297a5bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b297ac7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b297ac7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b297ac7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b297acabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b297a5a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b297a6a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b297a6a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b297a6a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b297a5a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b297a54a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b297a54a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b297a6a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b297a6a1a7a 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 0x7b297a5d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b297a5d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b297a5f2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b297a5f2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b297a5f2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b297a55a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b297a55a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b297a5c1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b297a5c25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b297a5c25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b297a5c25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b297a5be5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b297a59e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b297a5a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b297a6a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b297a6a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b297a6a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b297a5a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b297a54a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b297a54a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b297a650ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b297a54a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b297a54a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b297a54ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b297a54ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b297a6a2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b297a6a2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b297ac875c6 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 0x7b297a53b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b297a53b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b297a5bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b297a5bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b297ac7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b297ac7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b297ac7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b297acabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b297a5a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b297a6a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b297a6a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b297a6a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b297a5a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b297a5a5fb5 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 0x7b297a5d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b297a5d4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b297a5d4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b297ac7f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b297ac7ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b297ac7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b297ac7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b297acab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b297a5a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b297a6a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b297a6a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b297a6a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b297a5a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b297a54a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b297a54a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b297a6a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b297a6a2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b297a6a2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b297a6a2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b297ac875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b297ac84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b297ac84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b297ac84ccf 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 0x7b297a53ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b297a53ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b297ac7f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b297ac7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b297ac7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b297acabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b297a5a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b297a6a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b297a6a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b297a6a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b297a5a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b297a54a7ec 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 0x7b297a57c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b297a57c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b297ac7e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b297ac7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b297ac7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b297acabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b297a5a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b297a6a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b297a6a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b297a6a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b297a5a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b297a54a7ec 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 0x7b297a57c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b297a57c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b297ac7e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b297ac7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b297ac7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b297ac7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b297ac7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b297acabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b297a5a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b297a6a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b297a6a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b297a6a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b297a5a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b297a64e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b297a64e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b297a646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b297a646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b297a646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b297a622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b297a622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b297a65288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b297a54b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b297a54a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b297a54a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b297a6a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b297a6a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b297ac880c4 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/3zoe/00097f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/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 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b4c8c69a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b4c8c69a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b4c8c7f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b4c8c7f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b4c8cdd80c4 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[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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 513420
DEBUG    ya.test:process.py:259 Command (pid 513420) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 513420) elapsed time (sec): 17.22950553894043
DEBUG    ya.test:process.py:263 Command (pid 513420) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 513420) inblock: 928
DEBUG    ya.test:process.py:263 Command (pid 513420) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 513420) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 513420) majflt: 13
DEBUG    ya.test:process.py:263 Command (pid 513420) maxrss: 1498116
DEBUG    ya.test:process.py:263 Command (pid 513420) minflt: 996842
DEBUG    ya.test:process.py:263 Command (pid 513420) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 513420) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 513420) nivcsw: 1172
DEBUG    ya.test:process.py:263 Command (pid 513420) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 513420) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 513420) nvcsw: 102885
DEBUG    ya.test:process.py:263 Command (pid 513420) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 513420) stime: 3.540607
DEBUG    ya.test:process.py:263 Command (pid 513420) utime: 10.64095
DEBUG    ya.test:process.py:263 Command (pid 513420) wtime: 17.232
DEBUG    ya.test:process.py:275 Command (pid 513420) output:
2026-01-28T16:18:39.963329Z Fetching udfs...
2026-01-28T16:18:40.459215Z Initialization of fq runner...
2026-01-28T16:18:43.730454Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.730005s
2026-01-28T16:18:44.465799Z Fetching query results...
2026-01-28T16:18:44.465823Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 513420) errors:
...0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b4c8c772de0 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 0x7b4c8c68b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4c8c68b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4c8c70ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4c8c70ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4c8cdcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b4c8cdcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b4c8cdd0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b4c8cdd0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b4c8c7a182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b4c8c69a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b4c8c69a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b4c8c7f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b4c8c7f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b4c8cdd80c4 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 0x7b4c8c722bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4c8c729fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4c8c6a4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b4c8c6adff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b4c8cdd73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b4c8cdd71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b4c8cdd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b4c8cdd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b4c8cdd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b4c8cdd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b4c8d237db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b4c8d237db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4c8d2376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4c8c2cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f4cab8ddd8f  (/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 0x7b4c8c68b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4c8c68b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4c8c70b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4c8c70b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b4c8c7a4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b4c8c7a4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b4c8c7a0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b4c8c69a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b4c8c69a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b4c8c7f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b4c8c7f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b4c8cdd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b4c8cdd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b4c8cdd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b4c8cdd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b4c8cdd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b4c8d237db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b4c8d237db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4c8d2376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4c8c2cb928 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 0x7b4c8c722bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4c8c724424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b4c8c724424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b4c8cdcf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b4c8cdcec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b4c8cdcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b4c8cdcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b4c8cdfb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b4c8c6f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b4c8c7f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b4c8c7f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b4c8c7f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b4c8c6f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b4c8c69a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b4c8c69a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b4c8c7f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b4c8c7f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b4c8c7f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b4c8c7f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b4c8cdd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b4c8cdd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b4c8cdd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b4c8cdd4ccf 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 0x7b4c8c722bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4c8c729fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4c8c742524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b4c8c742524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b4c8c742524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b4c8c6aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b4c8c6aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b4c8c711acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b4c8c7125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b4c8c7125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b4c8c7125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b4c8c713e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b4c8c6fad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b4c8cdd7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b4c8cdd7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b4c8cdd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b4c8cdd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b4c8cdd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b4c8cdd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b4c8d237db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b4c8d237db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4c8d2376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4c8c2cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f4cab8ddd8f  (/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 0x7b4c8c68ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b4c8c68ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b4c8cdcf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b4c8cdcece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b4c8cdcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b4c8cdcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b4c8cdfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b4c8c6f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b4c8c7f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b4c8c7f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b4c8c7f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b4c8c6f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b4c8c69a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b4c8c69a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b4c8c7f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b4c8c7f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b4c8cdd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b4c8cdd78d8 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 0x7b4c8c68b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4c8c68b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4c8c70b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4c8c70b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b4c8c6aa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b4c8c69a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b4c8c69a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b4c8c7a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b4c8c69a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b4c8c69a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b4c8c7f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b4c8c7f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b4c8cdd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b4c8cdd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b4c8cdd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b4c8cdd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b4c8cdd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b4c8d237db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b4c8d237db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4c8d2376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4c8c2cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b4c8c68b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4c8c68b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4c8c70ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4c8c70ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4c8cdcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4c8cdcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b4c8cdcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b4c8cdfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b4c8c6f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b4c8c7f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b4c8c7f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b4c8c7f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b4c8c6f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b4c8c69a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b4c8c69a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b4c8c7f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b4c8c7f1a7a 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 0x7b4c8c722bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4c8c729fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4c8c742524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b4c8c742524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b4c8c742524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b4c8c6aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b4c8c6aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b4c8c711acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b4c8c7125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b4c8c7125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b4c8c7125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b4c8c70e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b4c8c6ee92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b4c8c6f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b4c8c7f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b4c8c7f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b4c8c7f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b4c8c6f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b4c8c69a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4c8c69a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b4c8c7a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b4c8c69a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b4c8c69a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b4c8c69ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b4c8c69ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b4c8c7f2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b4c8c7f2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b4c8cdd75c6 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 0x7b4c8c68b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4c8c68b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4c8c70ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4c8c70ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4c8cdcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b4c8cdcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b4c8cdcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b4c8cdfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b4c8c6f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b4c8c7f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b4c8c7f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b4c8c7f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b4c8c6f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b4c8c6f5fb5 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 0x7b4c8c722bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4c8c724424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b4c8c724424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b4c8cdcf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b4c8cdcec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b4c8cdcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b4c8cdcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b4c8cdfb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b4c8c6f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b4c8c7f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b4c8c7f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b4c8c7f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b4c8c6f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b4c8c69a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b4c8c69a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b4c8c7f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b4c8c7f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b4c8c7f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b4c8c7f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b4c8cdd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b4c8cdd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b4c8cdd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b4c8cdd4ccf 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 0x7b4c8c68ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b4c8c68ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b4c8cdcf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4c8cdcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b4c8cdcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b4c8cdfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b4c8c6f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b4c8c7f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b4c8c7f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b4c8c7f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b4c8c6f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b4c8c69a7ec 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 0x7b4c8c6cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b4c8c6cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b4c8cdce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4c8cdcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b4c8cdcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b4c8cdfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b4c8c6f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b4c8c7f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b4c8c7f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b4c8c7f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b4c8c6f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b4c8c69a7ec 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 0x7b4c8c6cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b4c8c6cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b4c8cdce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b4c8cdcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b4c8cdcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b4c8cdfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b4c8c6f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b4c8c7f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b4c8c7f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b4c8c7f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b4c8c6f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b4c8c69a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b4c8c69a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b4c8c7f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b4c8c7f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b4c8cdd80c4 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'...0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b4c8c772de0 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 0x7b4c8c68b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4c8c68b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4c8c70ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4c8c70ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4c8cdcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b4c8cdcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b4c8cdd0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b4c8cdd0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b4c8c7a182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b4c8c69a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b4c8c69a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b4c8c7f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b4c8c7f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b4c8cdd80c4 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 0x7b4c8c722bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4c8c729fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4c8c6a4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b4c8c6adff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b4c8cdd73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b4c8cdd71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b4c8cdd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b4c8cdd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b4c8cdd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b4c8cdd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b4c8d237db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b4c8d237db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b4c8d2376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b4c8c2cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f4cab8ddd8f  (/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 0x7b4c8c68b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4c8c68b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4c8c70b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4c8c70b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b4c8c7a4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b4c8c7a4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b4c8c7a0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b4c8c69a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b4c8c69a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b4c8c7f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b4c8c7f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b4c8cdd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b4c8cdd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b4c8cdd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b4c8cdd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b4c8cdd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b4c8d237db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b4c8d237db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b4c8d2376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b4c8c2cb928 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 0x7b4c8c722bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4c8c724424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b4c8c724424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b4c8cdcf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b4c8cdcec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b4c8cdcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b4c8cdcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b4c8cdfb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b4c8c6f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b4c8c7f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b4c8c7f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b4c8c7f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b4c8c6f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b4c8c69a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b4c8c69a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b4c8c7f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b4c8c7f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b4c8c7f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b4c8c7f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b4c8cdd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b4c8cdd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b4c8cdd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b4c8cdd4ccf 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 0x7b4c8c722bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4c8c729fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4c8c742524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b4c8c742524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b4c8c742524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b4c8c6aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b4c8c6aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b4c8c711acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b4c8c7125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b4c8c7125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b4c8c7125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b4c8c713e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b4c8c6fad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b4c8cdd7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b4c8cdd7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b4c8cdd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b4c8cdd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b4c8cdd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b4c8cdd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b4c8d237db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b4c8d237db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b4c8d2376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b4c8c2cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f4cab8ddd8f  (/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 0x7b4c8c68ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b4c8c68ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b4c8cdcf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b4c8cdcece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b4c8cdcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b4c8cdcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b4c8cdfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b4c8c6f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b4c8c7f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b4c8c7f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b4c8c7f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b4c8c6f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b4c8c69a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b4c8c69a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b4c8c7f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b4c8c7f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b4c8cdd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b4c8cdd78d8 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 0x7b4c8c68b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4c8c68b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4c8c70b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4c8c70b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b4c8c6aa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b4c8c69a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b4c8c69a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b4c8c7a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b4c8c69a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b4c8c69a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b4c8c7f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b4c8c7f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b4c8cdd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b4c8cdd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b4c8cdd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b4c8cdd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b4c8cdd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b4c8d237db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b4c8d237db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b4c8d2376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b4c8c2cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b4c8c68b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4c8c68b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4c8c70ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4c8c70ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4c8cdcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4c8cdcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b4c8cdcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b4c8cdfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b4c8c6f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b4c8c7f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b4c8c7f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b4c8c7f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b4c8c6f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b4c8c69a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b4c8c69a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b4c8c7f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b4c8c7f1a7a 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 0x7b4c8c722bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4c8c729fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4c8c742524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b4c8c742524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b4c8c742524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b4c8c6aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b4c8c6aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b4c8c711acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b4c8c7125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b4c8c7125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b4c8c7125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b4c8c70e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b4c8c6ee92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b4c8c6f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b4c8c7f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b4c8c7f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b4c8c7f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b4c8c6f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b4c8c69a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b4c8c69a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b4c8c7a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b4c8c69a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b4c8c69a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b4c8c69ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b4c8c69ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b4c8c7f2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b4c8c7f2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b4c8cdd75c6 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 0x7b4c8c68b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4c8c68b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4c8c70ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4c8c70ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4c8cdcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b4c8cdcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b4c8cdcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b4c8cdfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b4c8c6f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b4c8c7f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b4c8c7f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b4c8c7f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b4c8c6f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b4c8c6f5fb5 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 0x7b4c8c722bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4c8c724424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b4c8c724424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b4c8cdcf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b4c8cdcec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b4c8cdcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b4c8cdcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b4c8cdfb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b4c8c6f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b4c8c7f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b4c8c7f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b4c8c7f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b4c8c6f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b4c8c69a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b4c8c69a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b4c8c7f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b4c8c7f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b4c8c7f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b4c8c7f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b4c8cdd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b4c8cdd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b4c8cdd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b4c8cdd4ccf 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 0x7b4c8c68ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b4c8c68ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b4c8cdcf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4c8cdcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b4c8cdcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b4c8cdfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b4c8c6f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b4c8c7f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b4c8c7f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b4c8c7f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b4c8c6f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b4c8c69a7ec 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 0x7b4c8c6cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b4c8c6cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b4c8cdce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4c8cdcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b4c8cdcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b4c8cdfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b4c8c6f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b4c8c7f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b4c8c7f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b4c8c7f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b4c8c6f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b4c8c69a7ec 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 0x7b4c8c6cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b4c8c6cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b4c8cdce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b4c8cdcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b4c8cdcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b4c8cdcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b4c8cdcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b4c8cdfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b4c8c6f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b4c8c7f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b4c8c7f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b4c8c7f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b4c8c6f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b4c8c79e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b4c8c79e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b4c8c796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b4c8c796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b4c8c796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b4c8c772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b4c8c772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b4c8c7a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b4c8c69b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b4c8c69a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b4c8c69a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b4c8c7f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b4c8c7f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b4c8cdd80c4 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-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/3zoe/00097f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/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 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b844334a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b844334a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b84434a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b84434a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b8443a880c4 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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 531060
DEBUG    ya.test:process.py:259 Command (pid 531060) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 531060) elapsed time (sec): 17.80906581878662
DEBUG    ya.test:process.py:263 Command (pid 531060) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 531060) inblock: 1904
DEBUG    ya.test:process.py:263 Command (pid 531060) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 531060) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 531060) majflt: 41
DEBUG    ya.test:process.py:263 Command (pid 531060) maxrss: 1468952
DEBUG    ya.test:process.py:263 Command (pid 531060) minflt: 989993
DEBUG    ya.test:process.py:263 Command (pid 531060) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 531060) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 531060) nivcsw: 2438
DEBUG    ya.test:process.py:263 Command (pid 531060) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 531060) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 531060) nvcsw: 103391
DEBUG    ya.test:process.py:263 Command (pid 531060) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 531060) stime: 3.855611
DEBUG    ya.test:process.py:263 Command (pid 531060) utime: 11.032801
DEBUG    ya.test:process.py:263 Command (pid 531060) wtime: 17.811
DEBUG    ya.test:process.py:275 Command (pid 531060) output:
2026-01-28T16:18:57.422844Z Fetching udfs...
2026-01-28T16:18:57.942376Z Initialization of fq runner...
2026-01-28T16:19:01.651679Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.731382s
2026-01-28T16:19:02.397081Z Fetching query results...
2026-01-28T16:19:02.397108Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 531060) errors:
...0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b8443422de0 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 0x7b844333b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b844333b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b84433bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b84433bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b8443a7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b8443a7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b8443a80090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b8443a80090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b844345182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b844334a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b844334a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b84434a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b84434a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b8443a880c4 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 0x7b84433d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b84433d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b8443354d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b844335dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b8443a873ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b8443a871ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b8443a86f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b8443a84a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b8443a84a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b8443a84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b8443ee7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b8443ee7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b8443ee76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b8442f7b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f846258cd8f  (/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 0x7b844333b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b844333b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b84433bb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b84433bb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b8443454686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b8443454686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b8443450dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b844334a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b844334a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b84434a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b84434a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b8443a880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b8443a878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b8443a84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b8443a84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b8443a84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b8443ee7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b8443ee7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b8443ee76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b8442f7b928 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 0x7b84433d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b84433d4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b84433d4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b8443a7f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b8443a7ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b8443a7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b8443a7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b8443aab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b84433a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b84434a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b84434a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b84434a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b84433a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b844334a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b844334a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b84434a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b84434a2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b84434a2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b84434a2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b8443a875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b8443a84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b8443a84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b8443a84ccf 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 0x7b84433d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b84433d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b84433f2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b84433f2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b84433f2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b844335a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b844335a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b84433c1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b84433c25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b84433c25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b84433c25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b84433c3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b84433aad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b8443a87044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b8443a87044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b8443a86f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b8443a84a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b8443a84a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b8443a84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b8443ee7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b8443ee7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b8443ee76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b8442f7b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f846258cd8f  (/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 0x7b844333ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b844333ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b8443a7f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b8443a7ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b8443a7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b8443a7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b8443aabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b84433a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b84434a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b84434a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b84434a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b84433a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b844334a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b844334a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b84434a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b84434a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b8443a880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b8443a878d8 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 0x7b844333b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b844333b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b84433bb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b84433bb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b844335a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b844334a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b844334a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b8443450ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b844334a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b844334a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b84434a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b84434a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b8443a880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b8443a878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b8443a84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b8443a84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b8443a84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b8443ee7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b8443ee7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b8443ee76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b8442f7b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b844333b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b844333b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b84433bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b84433bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b8443a7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b8443a7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b8443a7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b8443aabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b84433a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b84434a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b84434a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b84434a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b84433a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b844334a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b844334a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b84434a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b84434a1a7a 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 0x7b84433d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b84433d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b84433f2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b84433f2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b84433f2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b844335a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b844335a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b84433c1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b84433c25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b84433c25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b84433c25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b84433be5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b844339e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b84433a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b84434a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b84434a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b84434a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b84433a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b844334a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b844334a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b8443450ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b844334a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b844334a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b844334ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b844334ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b84434a2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b84434a2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b8443a875c6 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 0x7b844333b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b844333b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b84433bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b84433bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b8443a7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b8443a7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b8443a7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b8443aabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b84433a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b84434a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b84434a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b84434a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b84433a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b84433a5fb5 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 0x7b84433d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b84433d4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b84433d4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b8443a7f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b8443a7ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b8443a7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b8443a7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b8443aab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b84433a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b84434a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b84434a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b84434a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b84433a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b844334a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b844334a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b84434a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b84434a2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b84434a2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b84434a2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b8443a875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b8443a84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b8443a84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b8443a84ccf 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 0x7b844333ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b844333ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b8443a7f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b8443a7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b8443a7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b8443aabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b84433a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b84434a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b84434a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b84434a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b84433a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b844334a7ec 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 0x7b844337c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b844337c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b8443a7e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b8443a7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b8443a7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b8443aabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b84433a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b84434a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b84434a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b84434a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b84433a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b844334a7ec 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 0x7b844337c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b844337c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b8443a7e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b8443a7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b8443a7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b8443aabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b84433a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b84434a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b84434a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b84434a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b84433a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b844334a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b844334a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b84434a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b84434a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b8443a880c4 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'...0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b8443422de0 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 0x7b844333b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b844333b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b84433bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b84433bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b8443a7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b8443a7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b8443a80090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b8443a80090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b844345182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b844334a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b844334a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b84434a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b84434a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b8443a880c4 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 0x7b84433d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b84433d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b8443354d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b844335dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b8443a873ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b8443a871ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b8443a86f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b8443a84a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b8443a84a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b8443a84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b8443ee7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b8443ee7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b8443ee76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b8442f7b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f846258cd8f  (/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 0x7b844333b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b844333b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b84433bb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b84433bb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b8443454686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b8443454686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b8443450dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b844334a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b844334a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b84434a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b84434a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b8443a880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b8443a878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b8443a84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b8443a84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b8443a84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b8443ee7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b8443ee7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b8443ee76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b8442f7b928 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 0x7b84433d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b84433d4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b84433d4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b8443a7f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b8443a7ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b8443a7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b8443a7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b8443aab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b84433a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b84434a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b84434a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b84434a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b84433a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b844334a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b844334a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b84434a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b84434a2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b84434a2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b84434a2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b8443a875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b8443a84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b8443a84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b8443a84ccf 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 0x7b84433d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b84433d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b84433f2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b84433f2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b84433f2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b844335a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b844335a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b84433c1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b84433c25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b84433c25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b84433c25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b84433c3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b84433aad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b8443a87044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b8443a87044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b8443a86f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b8443a84a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b8443a84a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b8443a84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b8443ee7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b8443ee7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b8443ee76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b8442f7b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f846258cd8f  (/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 0x7b844333ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b844333ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b8443a7f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b8443a7ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b8443a7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b8443a7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b8443aabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b84433a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b84434a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b84434a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b84434a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b84433a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b844334a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b844334a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b84434a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b84434a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b8443a880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b8443a878d8 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 0x7b844333b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b844333b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b84433bb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b84433bb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b844335a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b844334a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b844334a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b8443450ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b844334a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b844334a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b84434a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b84434a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b8443a880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b8443a878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b8443a84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b8443a84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b8443a84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b8443ee7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b8443ee7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b8443ee76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b8442f7b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b844333b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b844333b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b84433bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b84433bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b8443a7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b8443a7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b8443a7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b8443aabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b84433a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b84434a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b84434a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b84434a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b84433a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b844334a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b844334a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b84434a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b84434a1a7a 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 0x7b84433d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b84433d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b84433f2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b84433f2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b84433f2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b844335a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b844335a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b84433c1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b84433c25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b84433c25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b84433c25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b84433be5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b844339e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b84433a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b84434a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b84434a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b84434a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b84433a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b844334a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b844334a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b8443450ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b844334a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b844334a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b844334ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b844334ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b84434a2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b84434a2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b8443a875c6 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 0x7b844333b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b844333b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b84433bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b84433bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b8443a7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b8443a7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b8443a7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b8443aabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b84433a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b84434a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b84434a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b84434a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b84433a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b84433a5fb5 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 0x7b84433d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b84433d4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b84433d4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b8443a7f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b8443a7ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b8443a7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b8443a7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b8443aab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b84433a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b84434a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b84434a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b84434a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b84433a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b844334a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b844334a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b84434a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b84434a2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b84434a2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b84434a2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b8443a875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b8443a84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b8443a84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b8443a84ccf 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 0x7b844333ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b844333ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b8443a7f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b8443a7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b8443a7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b8443aabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b84433a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b84434a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b84434a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b84434a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b84433a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b844334a7ec 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 0x7b844337c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b844337c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b8443a7e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b8443a7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b8443a7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b8443aabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b84433a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b84434a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b84434a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b84434a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b84433a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b844334a7ec 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 0x7b844337c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b844337c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b8443a7e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b8443a7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b8443a7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b8443a7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b8443a7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b8443aabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b84433a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b84434a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b84434a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b84434a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b84433a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b844344e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b844344e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b8443446d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b8443446d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b8443446d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b8443422de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b8443422de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b844345288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b844334b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b844334a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b844334a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b84434a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b84434a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b8443a880c4 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/3zoe/00097f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/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 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b04c291a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b04c291a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b04c2a71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b04c2a71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b04c30580c4 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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 536270
DEBUG    ya.test:process.py:259 Command (pid 536270) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 536270) elapsed time (sec): 18.105255126953125
DEBUG    ya.test:process.py:263 Command (pid 536270) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 536270) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 536270) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 536270) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 536270) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 536270) maxrss: 1469564
DEBUG    ya.test:process.py:263 Command (pid 536270) minflt: 989223
DEBUG    ya.test:process.py:263 Command (pid 536270) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 536270) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 536270) nivcsw: 1524
DEBUG    ya.test:process.py:263 Command (pid 536270) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 536270) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 536270) nvcsw: 102961
DEBUG    ya.test:process.py:263 Command (pid 536270) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 536270) stime: 3.804402
DEBUG    ya.test:process.py:263 Command (pid 536270) utime: 11.07805
DEBUG    ya.test:process.py:263 Command (pid 536270) wtime: 18.108
DEBUG    ya.test:process.py:275 Command (pid 536270) output:
2026-01-28T16:19:15.520505Z Fetching udfs...
2026-01-28T16:19:16.087870Z Initialization of fq runner...
2026-01-28T16:19:19.774899Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.628329s
2026-01-28T16:19:20.410141Z Fetching query results...
2026-01-28T16:19:20.410168Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 536270) errors:
...0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b04c29f2de0 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 0x7b04c290b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b04c290b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b04c298ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b04c298ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b04c304ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b04c304c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b04c3050090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b04c3050090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b04c2a2182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b04c291a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b04c291a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b04c2a71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b04c2a71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b04c30580c4 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 0x7b04c29a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b04c29a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b04c2924d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b04c292dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b04c30573ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b04c30571ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b04c3056f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b04c3054a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b04c3054a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b04c3054ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b04c34b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b04c34b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b04c34b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b04c254b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f04e1b65d8f  (/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 0x7b04c290b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b04c290b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b04c298b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b04c298b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b04c2a24686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b04c2a24686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b04c2a20dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b04c291a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b04c291a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b04c2a71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b04c2a71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b04c30580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b04c30578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b04c3054bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b04c3054aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b04c3054ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b04c34b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b04c34b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b04c34b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b04c254b928 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 0x7b04c29a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b04c29a4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b04c29a4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b04c304f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b04c304ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b04c304c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b04c304c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b04c307b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b04c297741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b04c2a747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b04c2a747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b04c2a747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b04c2976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b04c291a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b04c291a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b04c2a71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b04c2a72e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b04c2a72e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b04c2a72e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b04c30575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b04c3054bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b04c3054aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b04c3054ccf 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 0x7b04c29a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b04c29a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b04c29c2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b04c29c2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b04c29c2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b04c292a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b04c292a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b04c2991acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b04c29925ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b04c29925ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b04c29925ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b04c2993e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b04c297ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b04c3057044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b04c3057044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b04c3056f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b04c3054a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b04c3054a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b04c3054ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b04c34b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b04c34b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b04c34b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b04c254b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f04e1b65d8f  (/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 0x7b04c290ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b04c290ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b04c304f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b04c304ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b04c304c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b04c304c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b04c307bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b04c297741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b04c2a747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b04c2a747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b04c2a747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b04c2976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b04c291a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b04c291a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b04c2a71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b04c2a71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b04c30580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b04c30578d8 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 0x7b04c290b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b04c290b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b04c298b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b04c298b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b04c292a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b04c291a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b04c291a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b04c2a20ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b04c291a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b04c291a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b04c2a71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b04c2a71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b04c30580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b04c30578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b04c3054bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b04c3054aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b04c3054ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b04c34b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b04c34b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b04c34b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b04c254b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b04c290b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b04c290b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b04c298ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b04c298ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b04c304ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b04c304c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b04c304c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b04c307bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b04c297741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b04c2a747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b04c2a747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b04c2a747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b04c2976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b04c291a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b04c291a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b04c2a71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b04c2a71a7a 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 0x7b04c29a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b04c29a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b04c29c2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b04c29c2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b04c29c2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b04c292a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b04c292a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b04c2991acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b04c29925ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b04c29925ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b04c29925ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b04c298e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b04c296e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b04c297741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b04c2a747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b04c2a747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b04c2a747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b04c2976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b04c291a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b04c291a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b04c2a20ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b04c291a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b04c291a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b04c291ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b04c291ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b04c2a72e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b04c2a72e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b04c30575c6 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 0x7b04c290b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b04c290b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b04c298ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b04c298ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b04c304ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b04c304c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b04c304c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b04c307bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b04c297741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b04c2a747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b04c2a747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b04c2a747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b04c2976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b04c2975fb5 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 0x7b04c29a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b04c29a4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b04c29a4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b04c304f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b04c304ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b04c304c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b04c304c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b04c307b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b04c297741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b04c2a747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b04c2a747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b04c2a747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b04c2976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b04c291a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b04c291a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b04c2a71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b04c2a72e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b04c2a72e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b04c2a72e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b04c30575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b04c3054bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b04c3054aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b04c3054ccf 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 0x7b04c290ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b04c290ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b04c304f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b04c304c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b04c304c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b04c307bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b04c297741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b04c2a747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b04c2a747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b04c2a747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b04c2976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b04c291a7ec 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 0x7b04c294c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b04c294c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b04c304e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b04c304c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b04c304c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b04c307bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b04c297741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b04c2a747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b04c2a747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b04c2a747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b04c2976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b04c291a7ec 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 0x7b04c294c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b04c294c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b04c304e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b04c304c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b04c304c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b04c307bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b04c297741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b04c2a747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b04c2a747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b04c2a747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b04c2976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b04c291a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b04c291a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b04c2a71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b04c2a71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b04c30580c4 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'...0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b04c29f2de0 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 0x7b04c290b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b04c290b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b04c298ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b04c298ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b04c304ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b04c304c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b04c3050090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b04c3050090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b04c2a2182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b04c291a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b04c291a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b04c2a71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b04c2a71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b04c30580c4 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 0x7b04c29a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b04c29a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b04c2924d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b04c292dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b04c30573ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b04c30571ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b04c3056f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b04c3054a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b04c3054a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b04c3054ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b04c34b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b04c34b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b04c34b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b04c254b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f04e1b65d8f  (/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 0x7b04c290b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b04c290b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b04c298b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b04c298b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b04c2a24686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b04c2a24686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b04c2a20dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b04c291a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b04c291a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b04c2a71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b04c2a71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b04c30580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b04c30578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b04c3054bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b04c3054aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b04c3054ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b04c34b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b04c34b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b04c34b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b04c254b928 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 0x7b04c29a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b04c29a4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b04c29a4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b04c304f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b04c304ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b04c304c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b04c304c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b04c307b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b04c297741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b04c2a747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b04c2a747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b04c2a747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b04c2976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b04c291a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b04c291a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b04c2a71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b04c2a72e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b04c2a72e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b04c2a72e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b04c30575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b04c3054bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b04c3054aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b04c3054ccf 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 0x7b04c29a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b04c29a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b04c29c2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b04c29c2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b04c29c2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b04c292a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b04c292a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b04c2991acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b04c29925ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b04c29925ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b04c29925ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b04c2993e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b04c297ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b04c3057044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b04c3057044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b04c3056f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b04c3054a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b04c3054a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b04c3054ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b04c34b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b04c34b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b04c34b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b04c254b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f04e1b65d8f  (/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 0x7b04c290ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b04c290ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b04c304f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b04c304ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b04c304c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b04c304c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b04c307bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b04c297741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b04c2a747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b04c2a747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b04c2a747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b04c2976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b04c291a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b04c291a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b04c2a71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b04c2a71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b04c30580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b04c30578d8 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 0x7b04c290b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b04c290b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b04c298b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b04c298b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b04c292a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b04c291a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b04c291a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b04c2a20ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b04c291a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b04c291a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b04c2a71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b04c2a71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b04c30580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b04c30578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b04c3054bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b04c3054aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b04c3054ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b04c34b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b04c34b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b04c34b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b04c254b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b04c290b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b04c290b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b04c298ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b04c298ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b04c304ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b04c304c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b04c304c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b04c307bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b04c297741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b04c2a747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b04c2a747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b04c2a747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b04c2976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b04c291a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b04c291a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b04c2a71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b04c2a71a7a 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 0x7b04c29a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b04c29a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b04c29c2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b04c29c2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b04c29c2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b04c292a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b04c292a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b04c2991acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b04c29925ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b04c29925ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b04c29925ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b04c298e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b04c296e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b04c297741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b04c2a747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b04c2a747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b04c2a747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b04c2976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b04c291a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b04c291a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b04c2a20ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b04c291a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b04c291a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b04c291ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b04c291ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b04c2a72e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b04c2a72e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b04c30575c6 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 0x7b04c290b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b04c290b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b04c298ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b04c298ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b04c304ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b04c304c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b04c304c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b04c307bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b04c297741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b04c2a747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b04c2a747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b04c2a747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b04c2976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b04c2975fb5 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 0x7b04c29a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b04c29a4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b04c29a4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b04c304f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b04c304ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b04c304c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b04c304c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b04c307b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b04c297741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b04c2a747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b04c2a747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b04c2a747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b04c2976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b04c291a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b04c291a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b04c2a71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b04c2a72e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b04c2a72e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b04c2a72e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b04c30575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b04c3054bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b04c3054aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b04c3054ccf 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 0x7b04c290ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b04c290ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b04c304f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b04c304c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b04c304c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b04c307bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b04c297741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b04c2a747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b04c2a747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b04c2a747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b04c2976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b04c291a7ec 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 0x7b04c294c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b04c294c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b04c304e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b04c304c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b04c304c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b04c307bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b04c297741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b04c2a747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b04c2a747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b04c2a747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b04c2976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b04c291a7ec 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 0x7b04c294c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b04c294c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b04c304e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b04c304ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b04c304ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b04c304c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b04c304c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b04c307bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b04c297741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b04c2a747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b04c2a747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b04c2a747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b04c2976214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b04c2a1e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b04c2a1e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b04c2a16d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b04c2a16d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b04c2a16d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b04c29f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b04c29f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b04c2a2288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b04c291b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b04c291a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b04c291a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b04c2a71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b04c2a71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b04c30580c4 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/3zoe/00097f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/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 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b4ec246a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b4ec246a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b4ec25c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b4ec25c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b4ec2ba80c4 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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 541145
DEBUG    ya.test:process.py:259 Command (pid 541145) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 541145) elapsed time (sec): 16.701125860214233
DEBUG    ya.test:process.py:263 Command (pid 541145) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 541145) inblock: 504
DEBUG    ya.test:process.py:263 Command (pid 541145) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 541145) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 541145) majflt: 2
DEBUG    ya.test:process.py:263 Command (pid 541145) maxrss: 1474452
DEBUG    ya.test:process.py:263 Command (pid 541145) minflt: 989719
DEBUG    ya.test:process.py:263 Command (pid 541145) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 541145) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 541145) nivcsw: 746
DEBUG    ya.test:process.py:263 Command (pid 541145) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 541145) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 541145) nvcsw: 103486
DEBUG    ya.test:process.py:263 Command (pid 541145) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 541145) stime: 3.916157
DEBUG    ya.test:process.py:263 Command (pid 541145) utime: 10.490565
DEBUG    ya.test:process.py:263 Command (pid 541145) wtime: 16.704
DEBUG    ya.test:process.py:275 Command (pid 541145) output:
2026-01-28T16:19:33.871166Z Fetching udfs...
2026-01-28T16:19:34.401644Z Initialization of fq runner...
2026-01-28T16:19:38.032209Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.523619s
2026-01-28T16:19:38.561674Z Fetching query results...
2026-01-28T16:19:38.561719Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 541145) errors:
...0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b4ec2542de0 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 0x7b4ec245b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4ec245b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4ec24dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4ec24dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4ec2b9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b4ec2b9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b4ec2ba0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b4ec2ba0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b4ec257182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b4ec246a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b4ec246a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b4ec25c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b4ec25c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b4ec2ba80c4 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 0x7b4ec24f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4ec24f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4ec2474d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b4ec247dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b4ec2ba73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b4ec2ba71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b4ec2ba6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b4ec2ba4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b4ec2ba4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b4ec2ba4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b4ec3007db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b4ec3007db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4ec30076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4ec209b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f4ee16afd8f  (/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 0x7b4ec245b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4ec245b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4ec24db334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4ec24db334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b4ec2574686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b4ec2574686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b4ec2570dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b4ec246a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b4ec246a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b4ec25c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b4ec25c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b4ec2ba80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b4ec2ba78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b4ec2ba4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b4ec2ba4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b4ec2ba4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b4ec3007db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b4ec3007db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4ec30076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4ec209b928 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 0x7b4ec24f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4ec24f4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b4ec24f4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b4ec2b9f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b4ec2b9ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b4ec2b9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b4ec2b9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b4ec2bcb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b4ec24c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b4ec25c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b4ec25c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b4ec25c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b4ec24c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b4ec246a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b4ec246a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b4ec25c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b4ec25c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b4ec25c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b4ec25c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b4ec2ba75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b4ec2ba4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b4ec2ba4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b4ec2ba4ccf 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 0x7b4ec24f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4ec24f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4ec2512524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b4ec2512524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b4ec2512524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b4ec247a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b4ec247a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b4ec24e1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b4ec24e25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b4ec24e25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b4ec24e25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b4ec24e3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b4ec24cad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b4ec2ba7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b4ec2ba7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b4ec2ba6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b4ec2ba4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b4ec2ba4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b4ec2ba4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b4ec3007db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b4ec3007db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4ec30076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4ec209b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f4ee16afd8f  (/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 0x7b4ec245ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b4ec245ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b4ec2b9f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b4ec2b9ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b4ec2b9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b4ec2b9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b4ec2bcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b4ec24c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b4ec25c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b4ec25c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b4ec25c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b4ec24c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b4ec246a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b4ec246a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b4ec25c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b4ec25c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b4ec2ba80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b4ec2ba78d8 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 0x7b4ec245b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4ec245b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4ec24db18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4ec24db18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b4ec247a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b4ec246a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b4ec246a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b4ec2570ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b4ec246a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b4ec246a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b4ec25c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b4ec25c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b4ec2ba80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b4ec2ba78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b4ec2ba4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b4ec2ba4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b4ec2ba4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b4ec3007db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b4ec3007db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4ec30076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4ec209b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b4ec245b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4ec245b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4ec24dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4ec24dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4ec2b9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4ec2b9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b4ec2b9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b4ec2bcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b4ec24c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b4ec25c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b4ec25c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b4ec25c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b4ec24c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b4ec246a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b4ec246a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b4ec25c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b4ec25c1a7a 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 0x7b4ec24f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4ec24f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4ec2512524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b4ec2512524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b4ec2512524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b4ec247a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b4ec247a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b4ec24e1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b4ec24e25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b4ec24e25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b4ec24e25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b4ec24de5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b4ec24be92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b4ec24c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b4ec25c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b4ec25c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b4ec25c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b4ec24c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b4ec246a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4ec246a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b4ec2570ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b4ec246a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b4ec246a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b4ec246ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b4ec246ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b4ec25c2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b4ec25c2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b4ec2ba75c6 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 0x7b4ec245b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4ec245b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4ec24dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4ec24dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4ec2b9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b4ec2b9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b4ec2b9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b4ec2bcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b4ec24c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b4ec25c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b4ec25c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b4ec25c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b4ec24c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b4ec24c5fb5 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 0x7b4ec24f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4ec24f4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b4ec24f4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b4ec2b9f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b4ec2b9ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b4ec2b9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b4ec2b9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b4ec2bcb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b4ec24c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b4ec25c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b4ec25c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b4ec25c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b4ec24c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b4ec246a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b4ec246a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b4ec25c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b4ec25c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b4ec25c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b4ec25c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b4ec2ba75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b4ec2ba4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b4ec2ba4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b4ec2ba4ccf 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 0x7b4ec245ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b4ec245ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b4ec2b9f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4ec2b9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b4ec2b9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b4ec2bcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b4ec24c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b4ec25c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b4ec25c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b4ec25c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b4ec24c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b4ec246a7ec 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 0x7b4ec249c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b4ec249c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b4ec2b9e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4ec2b9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b4ec2b9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b4ec2bcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b4ec24c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b4ec25c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b4ec25c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b4ec25c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b4ec24c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b4ec246a7ec 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 0x7b4ec249c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b4ec249c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b4ec2b9e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b4ec2b9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b4ec2b9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b4ec2bcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b4ec24c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b4ec25c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b4ec25c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b4ec25c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b4ec24c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b4ec246a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b4ec246a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b4ec25c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b4ec25c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b4ec2ba80c4 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'...0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b4ec2542de0 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 0x7b4ec245b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4ec245b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4ec24dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4ec24dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4ec2b9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b4ec2b9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b4ec2ba0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b4ec2ba0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b4ec257182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b4ec246a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b4ec246a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b4ec25c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b4ec25c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b4ec2ba80c4 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 0x7b4ec24f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4ec24f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4ec2474d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b4ec247dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b4ec2ba73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b4ec2ba71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b4ec2ba6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b4ec2ba4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b4ec2ba4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b4ec2ba4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b4ec3007db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b4ec3007db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b4ec30076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b4ec209b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f4ee16afd8f  (/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 0x7b4ec245b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4ec245b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4ec24db334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4ec24db334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b4ec2574686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b4ec2574686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b4ec2570dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b4ec246a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b4ec246a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b4ec25c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b4ec25c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b4ec2ba80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b4ec2ba78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b4ec2ba4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b4ec2ba4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b4ec2ba4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b4ec3007db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b4ec3007db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b4ec30076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b4ec209b928 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 0x7b4ec24f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4ec24f4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b4ec24f4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b4ec2b9f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b4ec2b9ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b4ec2b9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b4ec2b9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b4ec2bcb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b4ec24c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b4ec25c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b4ec25c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b4ec25c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b4ec24c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b4ec246a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b4ec246a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b4ec25c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b4ec25c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b4ec25c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b4ec25c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b4ec2ba75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b4ec2ba4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b4ec2ba4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b4ec2ba4ccf 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 0x7b4ec24f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4ec24f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4ec2512524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b4ec2512524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b4ec2512524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b4ec247a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b4ec247a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b4ec24e1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b4ec24e25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b4ec24e25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b4ec24e25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b4ec24e3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b4ec24cad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b4ec2ba7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b4ec2ba7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b4ec2ba6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b4ec2ba4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b4ec2ba4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b4ec2ba4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b4ec3007db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b4ec3007db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b4ec30076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b4ec209b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f4ee16afd8f  (/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 0x7b4ec245ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b4ec245ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b4ec2b9f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b4ec2b9ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b4ec2b9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b4ec2b9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b4ec2bcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b4ec24c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b4ec25c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b4ec25c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b4ec25c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b4ec24c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b4ec246a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b4ec246a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b4ec25c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b4ec25c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b4ec2ba80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b4ec2ba78d8 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 0x7b4ec245b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4ec245b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4ec24db18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4ec24db18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b4ec247a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b4ec246a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b4ec246a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b4ec2570ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b4ec246a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b4ec246a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b4ec25c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b4ec25c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b4ec2ba80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b4ec2ba78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b4ec2ba4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b4ec2ba4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b4ec2ba4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b4ec3007db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b4ec3007db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b4ec30076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b4ec209b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b4ec245b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4ec245b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4ec24dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4ec24dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4ec2b9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4ec2b9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b4ec2b9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b4ec2bcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b4ec24c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b4ec25c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b4ec25c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b4ec25c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b4ec24c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b4ec246a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b4ec246a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b4ec25c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b4ec25c1a7a 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 0x7b4ec24f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4ec24f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4ec2512524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b4ec2512524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b4ec2512524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b4ec247a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b4ec247a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b4ec24e1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b4ec24e25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b4ec24e25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b4ec24e25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b4ec24de5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b4ec24be92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b4ec24c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b4ec25c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b4ec25c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b4ec25c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b4ec24c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b4ec246a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b4ec246a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b4ec2570ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b4ec246a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b4ec246a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b4ec246ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b4ec246ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b4ec25c2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b4ec25c2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b4ec2ba75c6 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 0x7b4ec245b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4ec245b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4ec24dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4ec24dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4ec2b9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b4ec2b9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b4ec2b9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b4ec2bcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b4ec24c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b4ec25c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b4ec25c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b4ec25c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b4ec24c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b4ec24c5fb5 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 0x7b4ec24f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4ec24f4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b4ec24f4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b4ec2b9f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b4ec2b9ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b4ec2b9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b4ec2b9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b4ec2bcb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b4ec24c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b4ec25c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b4ec25c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b4ec25c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b4ec24c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b4ec246a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b4ec246a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b4ec25c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b4ec25c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b4ec25c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b4ec25c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b4ec2ba75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b4ec2ba4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b4ec2ba4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b4ec2ba4ccf 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 0x7b4ec245ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b4ec245ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b4ec2b9f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4ec2b9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b4ec2b9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b4ec2bcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b4ec24c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b4ec25c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b4ec25c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b4ec25c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b4ec24c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b4ec246a7ec 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 0x7b4ec249c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b4ec249c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b4ec2b9e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4ec2b9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b4ec2b9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b4ec2bcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b4ec24c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b4ec25c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b4ec25c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b4ec25c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b4ec24c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b4ec246a7ec 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 0x7b4ec249c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b4ec249c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b4ec2b9e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b4ec2b9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b4ec2b9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b4ec2b9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b4ec2b9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b4ec2bcbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b4ec24c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b4ec25c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b4ec25c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b4ec25c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b4ec24c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b4ec256e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b4ec256e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b4ec2566d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b4ec2566d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b4ec2566d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b4ec2542de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b4ec2542de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b4ec257288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b4ec246b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b4ec246a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b4ec246a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b4ec25c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b4ec25c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b4ec2ba80c4 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/3zoe/00097f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/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 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b39de18a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b39de18a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b39de2e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b39de2e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b39de8c80c4 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/3zoe/00097f/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/3zoe/00097f/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/3zoe/00097f/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/results.txt', '--ast-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/plan.json', '--log-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/topic_3.txt']' in '/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 544816
DEBUG    ya.test:process.py:259 Command (pid 544816) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 544816) elapsed time (sec): 17.905045747756958
DEBUG    ya.test:process.py:263 Command (pid 544816) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 544816) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 544816) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 544816) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 544816) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 544816) maxrss: 1469840
DEBUG    ya.test:process.py:263 Command (pid 544816) minflt: 990429
DEBUG    ya.test:process.py:263 Command (pid 544816) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 544816) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 544816) nivcsw: 1409
DEBUG    ya.test:process.py:263 Command (pid 544816) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 544816) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 544816) nvcsw: 102569
DEBUG    ya.test:process.py:263 Command (pid 544816) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 544816) stime: 3.693098
DEBUG    ya.test:process.py:263 Command (pid 544816) utime: 11.112981
DEBUG    ya.test:process.py:263 Command (pid 544816) wtime: 17.908
DEBUG    ya.test:process.py:275 Command (pid 544816) output:
2026-01-28T16:19:50.848212Z Fetching udfs...
2026-01-28T16:19:51.412119Z Initialization of fq runner...
2026-01-28T16:19:55.450247Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.590967s
2026-01-28T16:19:56.048719Z Fetching query results...
2026-01-28T16:19:56.048749Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 544816) errors:
...0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b39de262de0 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 0x7b39de17b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b39de17b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b39de1fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b39de1fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b39de8bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b39de8bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b39de8c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b39de8c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b39de29182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b39de18a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b39de18a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b39de2e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b39de2e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b39de8c80c4 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 0x7b39de212bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b39de219fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b39de194d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b39de19dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b39de8c73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b39de8c71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b39de8c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b39de8c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b39de8c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b39de8c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b39ded27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b39ded27db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b39ded276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b39dddbb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f39fd3d6d8f  (/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 0x7b39de17b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b39de17b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b39de1fb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b39de1fb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b39de294686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b39de294686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b39de290dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b39de18a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b39de18a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b39de2e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b39de2e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b39de8c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b39de8c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b39de8c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b39de8c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b39de8c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b39ded27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b39ded27db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b39ded276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b39dddbb928 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 0x7b39de212bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b39de214424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b39de214424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b39de8bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b39de8bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b39de8bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b39de8bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b39de8eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b39de1e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b39de2e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b39de2e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b39de2e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b39de1e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b39de18a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b39de18a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b39de2e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b39de2e2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b39de2e2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b39de2e2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b39de8c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b39de8c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b39de8c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b39de8c4ccf 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 0x7b39de212bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b39de219fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b39de232524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b39de232524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b39de232524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b39de19a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b39de19a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b39de201acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b39de2025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b39de2025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b39de2025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b39de203e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b39de1ead0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b39de8c7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b39de8c7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b39de8c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b39de8c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b39de8c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b39de8c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b39ded27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b39ded27db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b39ded276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b39dddbb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7f39fd3d6d8f  (/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 0x7b39de17ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b39de17ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b39de8bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b39de8bece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b39de8bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b39de8bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b39de8ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b39de1e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b39de2e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b39de2e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b39de2e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b39de1e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b39de18a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b39de18a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b39de2e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b39de2e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b39de8c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b39de8c78d8 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 0x7b39de17b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b39de17b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b39de1fb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b39de1fb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b39de19a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b39de18a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b39de18a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b39de290ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b39de18a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b39de18a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b39de2e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b39de2e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b39de8c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b39de8c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b39de8c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b39de8c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b39de8c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b39ded27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b39ded27db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b39ded276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b39dddbb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3d12 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 0x7b39de17b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b39de17b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b39de1fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b39de1fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b39de8bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b39de8bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b39de8bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b39de8ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b39de1e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b39de2e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b39de2e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b39de2e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b39de1e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b39de18a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b39de18a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b39de2e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b39de2e1a7a 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 0x7b39de212bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b39de219fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b39de232524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b39de232524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b39de232524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b39de19a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b39de19a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b39de201acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b39de2025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b39de2025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b39de2025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b39de1fe5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b39de1de92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b39de1e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b39de2e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b39de2e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b39de2e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b39de1e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b39de18a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b39de18a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b39de290ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b39de18a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b39de18a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b39de18ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b39de18ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b39de2e2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b39de2e2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b39de8c75c6 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 0x7b39de17b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b39de17b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b39de1fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b39de1fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b39de8bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b39de8bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b39de8bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b39de8ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b39de1e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b39de2e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b39de2e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b39de2e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b39de1e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b39de1e5fb5 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 0x7b39de212bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b39de214424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b39de214424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b39de8bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b39de8bec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b39de8bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b39de8bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b39de8eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b39de1e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b39de2e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b39de2e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b39de2e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b39de1e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b39de18a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b39de18a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b39de2e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b39de2e2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b39de2e2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b39de2e2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b39de8c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b39de8c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b39de8c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b39de8c4ccf 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 0x7b39de17ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b39de17ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b39de8bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b39de8bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b39de8bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b39de8ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b39de1e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b39de2e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b39de2e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b39de2e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b39de1e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b39de18a7ec 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 0x7b39de1bc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b39de1bc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b39de8be99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b39de8bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b39de8bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b39de8ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b39de1e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b39de2e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b39de2e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b39de2e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b39de1e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b39de18a7ec 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 0x7b39de1bc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b39de1bc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b39de8be99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b39de8bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b39de8bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b39de8ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b39de1e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b39de2e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b39de2e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b39de2e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b39de1e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b39de18a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b39de18a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b39de2e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b39de2e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b39de8c80c4 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'...0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b39de262de0 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 0x7b39de17b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b39de17b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b39de1fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b39de1fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b39de8bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b39de8bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b39de8c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b39de8c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b39de29182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b39de18a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b39de18a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b39de2e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b39de2e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b39de8c80c4 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 0x7b39de212bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b39de219fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b39de194d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b39de19dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b39de8c73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b39de8c71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b39de8c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b39de8c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b39de8c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b39de8c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b39ded27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b39ded27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b39ded276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b39dddbb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f39fd3d6d8f  (/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 0x7b39de17b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b39de17b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b39de1fb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b39de1fb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b39de294686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b39de294686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b39de290dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b39de18a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b39de18a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b39de2e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b39de2e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b39de8c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b39de8c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b39de8c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b39de8c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b39de8c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b39ded27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b39ded27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b39ded276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b39dddbb928 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 0x7b39de212bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b39de214424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b39de214424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b39de8bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b39de8bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b39de8bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b39de8bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b39de8eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b39de1e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b39de2e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b39de2e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b39de2e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b39de1e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b39de18a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b39de18a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b39de2e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b39de2e2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b39de2e2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b39de2e2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b39de8c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b39de8c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b39de8c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b39de8c4ccf 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 0x7b39de212bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b39de219fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b39de232524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b39de232524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b39de232524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b39de19a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b39de19a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b39de201acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b39de2025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b39de2025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b39de2025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b39de203e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b39de1ead0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b39de8c7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b39de8c7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b39de8c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b39de8c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b39de8c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b39de8c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b39ded27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b39ded27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b39ded276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b39dddbb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7f39fd3d6d8f  (/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 0x7b39de17ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b39de17ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b39de8bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b39de8bece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b39de8bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b39de8bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b39de8ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b39de1e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b39de2e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b39de2e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b39de2e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b39de1e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b39de18a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b39de18a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b39de2e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b39de2e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b39de8c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b39de8c78d8 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 0x7b39de17b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b39de17b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b39de1fb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b39de1fb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b39de19a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b39de18a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b39de18a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b39de290ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b39de18a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b39de18a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b39de2e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b39de2e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b39de8c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b39de8c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b39de8c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b39de8c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b39de8c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b39ded27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b39ded27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b39ded276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b39dddbb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a028829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a021abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3d12 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 0x7b39de17b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b39de17b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b39de1fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b39de1fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b39de8bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b39de8bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b39de8bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b39de8ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b39de1e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b39de2e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b39de2e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b39de2e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b39de1e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b39de18a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b39de18a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b39de2e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b39de2e1a7a 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 0x7b39de212bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b39de219fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b39de232524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b39de232524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b39de232524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b39de19a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b39de19a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b39de201acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b39de2025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b39de2025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b39de2025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b39de1fe5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b39de1de92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b39de1e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b39de2e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b39de2e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b39de2e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b39de1e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b39de18a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b39de18a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b39de290ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b39de18a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b39de18a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b39de18ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b39de18ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b39de2e2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b39de2e2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b39de8c75c6 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 0x7b39de17b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b39de17b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b39de1fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b39de1fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b39de8bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b39de8bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b39de8bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b39de8ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b39de1e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b39de2e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b39de2e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b39de2e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b39de1e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b39de1e5fb5 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 0x7b39de212bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b39de214424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b39de214424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b39de8bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b39de8bec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b39de8bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b39de8bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b39de8eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b39de1e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b39de2e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b39de2e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b39de2e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b39de1e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b39de18a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b39de18a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b39de2e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b39de2e2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b39de2e2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b39de2e2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b39de8c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b39de8c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b39de8c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b39de8c4ccf 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 0x7b39de17ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b39de17ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b39de8bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b39de8bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b39de8bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b39de8ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b39de1e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b39de2e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b39de2e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b39de2e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b39de1e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b39de18a7ec 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 0x7b39de1bc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b39de1bc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b39de8be99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b39de8bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b39de8bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b39de8ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b39de1e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b39de2e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b39de2e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b39de2e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b39de1e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b39de18a7ec 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 0x7b39de1bc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b39de1bc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b39de8be99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b39de8bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b39de8bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b39de8bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b39de8bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b39de8ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b39de1e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b39de2e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b39de2e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b39de2e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b39de1e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b39de28e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b39de28e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b39de286d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b39de286d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b39de286d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b39de262de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b39de262de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b39de29288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b39de18b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b39de18a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b39de18a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b39de2e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b39de2e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b39de8c80c4 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 ===============================
20.90s call     test_sql_streaming.py::test[pq-ReadWriteTopicWithSchema-default.txt]
18.17s call     test_sql_streaming.py::test[watermarks-watermarks_adjust-default.txt]
17.96s call     test_sql_streaming.py::test[watermarks-watermarks_drop-default.txt]
17.85s call     test_sql_streaming.py::test[watermarks-watermarks-default.txt]
17.28s call     test_sql_streaming.py::test[solomon-ReadTopicGroupWriteToSolomon-default.txt]
17.20s call     test_sql_streaming.py::test[pq-WriteTwoTopics-default.txt]
16.76s call     test_sql_streaming.py::test[watermarks-watermarks_as-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadWriteTopicWithSchema-default.txt]
0.01s setup    test_sql_streaming.py::test[solomon-ReadTopicGroupWriteToSolomon-default.txt]
0.01s setup    test_sql_streaming.py::test[watermarks-watermarks-default.txt]
0.01s setup    test_sql_streaming.py::test[watermarks-watermarks_adjust-default.txt]
0.01s setup    test_sql_streaming.py::test[watermarks-watermarks_as-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-WriteTwoTopics-default.txt]
0.01s setup    test_sql_streaming.py::test[watermarks-watermarks_drop-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/3zoe/00097f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_j8sjnxtt/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 0x7b077089b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b077089b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b07709f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b07709f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b0770971df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b0770971df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b07708f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b077089a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b077089a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b077089a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b07709f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b07709f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b0770fd80c4 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/3zoe/00097f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_342kihwb/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 0x7b297a54b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b297a54b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b297a6a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b297a6a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b297a621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b297a621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b297a5a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b297a54a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b297a54a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b297a54a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b297a6a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b297a6a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b297ac880c4 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/3zoe/00097f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mrsnhdds/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 0x7b4c8c69b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b4c8c69b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b4c8c7f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b4c8c7f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b4c8c771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b4c8c771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b4c8c6f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b4c8c69a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b4c8c69a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b4c8c69a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b4c8c7f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b4c8c7f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b4c8cdd80c4 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-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_4f3x7cqt/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 0x7b844334b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b844334b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b84434a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b84434a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b8443421df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b8443421df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b84433a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b844334a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b844334a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b844334a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b84434a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b84434a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b8443a880c4 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/3zoe/00097f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_frauug9i/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 0x7b04c291b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b04c291b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b04c2a7216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b04c2a7216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b04c29f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b04c29f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b04c2975fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b04c291a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b04c291a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b04c291a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b04c2a71c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b04c2a71a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b04c30580c4 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/3zoe/00097f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_mro05esy/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 0x7b4ec246b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b4ec246b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b4ec25c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b4ec25c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b4ec2541df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b4ec2541df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b4ec24c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b4ec246a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b4ec246a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b4ec246a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b4ec25c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b4ec25c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b4ec2ba80c4 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/3zoe/00097f/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/fq_config.conf --result-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/results.txt --ast-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/ast.txt --plan-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/plan.json --log-file=/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/log.txt --udfs-dir=/home/runner/.ya/build/build_root/3zoe/00097f/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/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/3zoe/00097f/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_a2c7h3sj/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 0x7b39de18b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b39de18b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b39de2e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b39de2e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b39de261df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b39de261df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b39de1e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b39de18a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b39de18a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b39de18a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b39de2e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b39de2e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b39de8c80c4 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 127.83s (0:02:07) =========================
