============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/b64k/0025fd/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/b64k/0025fd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fd/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/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/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 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b21f9a6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b21f9a6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b21f9bc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b21f9bc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b21fa1a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[watermarks-bad_column-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/0025fd/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/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/b64k/0025fd/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fd/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/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 206155
DEBUG    ya.test:process.py:259 Command (pid 206155) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 206155) elapsed time (sec): 82.72410774230957
DEBUG    ya.test:process.py:263 Command (pid 206155) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 206155) inblock: 77352
DEBUG    ya.test:process.py:263 Command (pid 206155) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 206155) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 206155) majflt: 1093
DEBUG    ya.test:process.py:263 Command (pid 206155) maxrss: 1503944
DEBUG    ya.test:process.py:263 Command (pid 206155) minflt: 1000003
DEBUG    ya.test:process.py:263 Command (pid 206155) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 206155) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 206155) nivcsw: 3419
DEBUG    ya.test:process.py:263 Command (pid 206155) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 206155) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 206155) nvcsw: 101901
DEBUG    ya.test:process.py:263 Command (pid 206155) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 206155) stime: 4.497711
DEBUG    ya.test:process.py:263 Command (pid 206155) utime: 13.852024
DEBUG    ya.test:process.py:263 Command (pid 206155) wtime: 82.742
DEBUG    ya.test:process.py:275 Command (pid 206155) output:
2026-01-28T17:32:06.376324Z Fetching udfs...
2026-01-28T17:32:15.676016Z Initialization of fq runner...
2026-01-28T17:32:22.106422Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.946455s

DEBUG    ya.test:process.py:276 Command (pid 206155) errors:
...0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b21f9b42de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21f9a5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b21f9a5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b21f9adac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b21f9adac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b21fa19ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b21fa19c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b21fa1a0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b21fa1a0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b21f9b7182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b21f9a6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b21f9a6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b21f9bc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b21f9bc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b21fa1a80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21f9af2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b21f9af9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b21f9a74d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b21f9a7dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b21fa1a73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b21fa1a71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b21fa1a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b21fa1a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b21fa1a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b21fa1a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b21fa607db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b21fa607db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b21fa6076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b21f969b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f2218cb6d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21f9a5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b21f9a5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b21f9adb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b21f9adb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b21f9b74686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b21f9b74686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b21f9b70dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b21f9a6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b21f9a6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b21f9bc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b21f9bc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b21fa1a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b21fa1a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b21fa1a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b21fa1a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b21fa1a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b21fa607db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b21fa607db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b21fa6076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b21f969b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21f9af2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b21f9af4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b21f9af4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b21fa19f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b21fa19ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b21fa19c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b21fa19c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b21fa1cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b21f9ac741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b21f9bc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b21f9bc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b21f9bc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b21f9ac6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b21f9a6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b21f9a6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b21f9bc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b21f9bc2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b21f9bc2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b21f9bc2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b21fa1a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b21fa1a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b21fa1a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b21fa1a4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21f9af2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b21f9af9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b21f9b12524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b21f9b12524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b21f9b12524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b21f9a7a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b21f9a7a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b21f9ae1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b21f9ae25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b21f9ae25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b21f9ae25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b21f9ae3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b21f9acad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b21fa1a7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b21fa1a7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b21fa1a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b21fa1a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b21fa1a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b21fa1a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b21fa607db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b21fa607db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b21fa6076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b21f969b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f2218cb6d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21f9a5ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b21f9a5ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b21fa19f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b21fa19ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b21fa19c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b21fa19c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b21fa1cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b21f9ac741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b21f9bc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b21f9bc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b21f9bc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b21f9ac6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b21f9a6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b21f9a6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b21f9bc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b21f9bc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b21fa1a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b21fa1a78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21f9a5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b21f9a5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b21f9adb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b21f9adb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b21f9a7a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b21f9a6a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b21f9a6a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b21f9b70ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b21f9a6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b21f9a6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b21f9bc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b21f9bc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b21fa1a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b21fa1a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b21fa1a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b21fa1a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b21fa1a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b21fa607db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b21fa607db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b21fa6076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b21f969b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21f9a5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b21f9a5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b21f9adac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b21f9adac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b21fa19ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b21fa19c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b21fa19c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b21fa1cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b21f9ac741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b21f9bc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b21f9bc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b21f9bc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b21f9ac6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b21f9a6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b21f9a6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b21f9bc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b21f9bc1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21f9af2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b21f9af9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b21f9b12524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b21f9b12524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b21f9b12524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b21f9a7a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b21f9a7a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b21f9ae1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b21f9ae25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b21f9ae25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b21f9ae25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b21f9ade5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b21f9abe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b21f9ac741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b21f9bc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b21f9bc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b21f9bc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b21f9ac6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b21f9a6a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b21f9a6a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b21f9b70ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b21f9a6a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b21f9a6a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b21f9a6ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b21f9a6ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b21f9bc2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b21f9bc2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b21fa1a75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21f9a5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b21f9a5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b21f9adac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b21f9adac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b21fa19ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b21fa19c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b21fa19c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b21fa1cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b21f9ac741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b21f9bc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b21f9bc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b21f9bc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b21f9ac6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b21f9ac5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21f9af2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b21f9af4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b21f9af4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b21fa19f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b21fa19ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b21fa19c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b21fa19c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b21fa1cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b21f9ac741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b21f9bc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b21f9bc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b21f9bc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b21f9ac6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b21f9a6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b21f9a6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b21f9bc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b21f9bc2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b21f9bc2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b21f9bc2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b21fa1a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b21fa1a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b21fa1a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b21fa1a4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21f9a5ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b21f9a5ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b21fa19f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b21fa19c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b21fa19c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b21fa1cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b21f9ac741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b21f9bc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b21f9bc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b21f9bc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b21f9ac6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b21f9a6a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21f9a9c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b21f9a9c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b21fa19e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b21fa19c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b21fa19c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b21fa1cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b21f9ac741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b21f9bc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b21f9bc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b21f9bc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b21f9ac6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b21f9a6a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21f9a9c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b21f9a9c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b21fa19e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b21fa19c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b21fa19c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b21fa1cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b21f9ac741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b21f9bc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b21f9bc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b21f9bc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b21f9ac6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b21f9a6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b21f9a6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b21f9bc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b21f9bc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b21fa1a80c4 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'...0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b21f9b42de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21f9a5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b21f9a5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b21f9adac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b21f9adac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b21fa19ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b21fa19c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b21fa1a0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b21fa1a0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b21f9b7182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b21f9a6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b21f9a6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b21f9bc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b21f9bc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b21fa1a80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21f9af2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b21f9af9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b21f9a74d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b21f9a7dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b21fa1a73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b21fa1a71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b21fa1a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b21fa1a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b21fa1a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b21fa1a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b21fa607db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b21fa607db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b21fa6076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b21f969b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f2218cb6d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21f9a5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b21f9a5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b21f9adb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b21f9adb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b21f9b74686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b21f9b74686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b21f9b70dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b21f9a6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b21f9a6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b21f9bc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b21f9bc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b21fa1a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b21fa1a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b21fa1a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b21fa1a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b21fa1a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b21fa607db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b21fa607db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b21fa6076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b21f969b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21f9af2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b21f9af4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b21f9af4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b21fa19f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b21fa19ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b21fa19c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b21fa19c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b21fa1cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b21f9ac741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b21f9bc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b21f9bc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b21f9bc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b21f9ac6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b21f9a6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b21f9a6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b21f9bc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b21f9bc2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b21f9bc2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b21f9bc2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b21fa1a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b21fa1a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b21fa1a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b21fa1a4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21f9af2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b21f9af9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b21f9b12524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b21f9b12524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b21f9b12524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b21f9a7a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b21f9a7a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b21f9ae1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b21f9ae25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b21f9ae25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b21f9ae25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b21f9ae3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b21f9acad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b21fa1a7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b21fa1a7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b21fa1a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b21fa1a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b21fa1a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b21fa1a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b21fa607db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b21fa607db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b21fa6076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b21f969b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f2218cb6d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21f9a5ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b21f9a5ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b21fa19f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b21fa19ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b21fa19c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b21fa19c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b21fa1cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b21f9ac741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b21f9bc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b21f9bc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b21f9bc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b21f9ac6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b21f9a6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b21f9a6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b21f9bc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b21f9bc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b21fa1a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b21fa1a78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21f9a5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b21f9a5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b21f9adb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b21f9adb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b21f9a7a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b21f9a6a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b21f9a6a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b21f9b70ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b21f9a6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b21f9a6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b21f9bc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b21f9bc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b21fa1a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b21fa1a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b21fa1a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b21fa1a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b21fa1a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b21fa607db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b21fa607db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b21fa6076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b21f969b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21f9a5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b21f9a5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b21f9adac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b21f9adac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b21fa19ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b21fa19c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b21fa19c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b21fa1cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b21f9ac741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b21f9bc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b21f9bc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b21f9bc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b21f9ac6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b21f9a6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b21f9a6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b21f9bc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b21f9bc1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21f9af2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b21f9af9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b21f9b12524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b21f9b12524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b21f9b12524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b21f9a7a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b21f9a7a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b21f9ae1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b21f9ae25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b21f9ae25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b21f9ae25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b21f9ade5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b21f9abe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b21f9ac741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b21f9bc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b21f9bc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b21f9bc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b21f9ac6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b21f9a6a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b21f9a6a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b21f9b70ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b21f9a6a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b21f9a6a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b21f9a6ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b21f9a6ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b21f9bc2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b21f9bc2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b21fa1a75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21f9a5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b21f9a5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b21f9adac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b21f9adac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b21fa19ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b21fa19c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b21fa19c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b21fa1cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b21f9ac741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b21f9bc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b21f9bc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b21f9bc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b21f9ac6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b21f9ac5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21f9af2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b21f9af4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b21f9af4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b21fa19f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b21fa19ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b21fa19c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b21fa19c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b21fa1cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b21f9ac741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b21f9bc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b21f9bc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b21f9bc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b21f9ac6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b21f9a6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b21f9a6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b21f9bc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b21f9bc2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b21f9bc2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b21f9bc2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b21fa1a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b21fa1a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b21fa1a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b21fa1a4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21f9a5ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b21f9a5ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b21fa19f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b21fa19c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b21fa19c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b21fa1cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b21f9ac741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b21f9bc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b21f9bc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b21f9bc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b21f9ac6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b21f9a6a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21f9a9c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b21f9a9c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b21fa19e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b21fa19c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b21fa19c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b21fa1cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b21f9ac741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b21f9bc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b21f9bc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b21f9bc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b21f9ac6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b21f9a6a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21f9a9c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b21f9a9c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b21fa19e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b21fa19ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b21fa19ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b21fa19c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b21fa19c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b21fa1cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b21f9ac741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b21f9bc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b21f9bc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b21f9bc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b21f9ac6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b21f9b6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b21f9b6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b21f9b66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b21f9b66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b21f9b66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b21f9b42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b21f9b42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b21f9b7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b21f9a6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b21f9a6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b21f9a6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b21f9bc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b21f9bc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b21fa1a80c4 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 ===============================
82.81s call     test_sql_negative.py::test[watermarks-bad_column-default.txt]
0.05s 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/b64k/0025fd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fd/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/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_3v_eokv7/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 0x7b21f9a6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b21f9a6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b21f9bc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b21f9bc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b21f9b41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b21f9b41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b21f9ac5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b21f9a6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b21f9a6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b21f9a6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b21f9bc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b21f9bc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b21fa1a80c4 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 83.65s (0:01:23) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/b64k/0025f7/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/b64k/0025f7/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/0025f7/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/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/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 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b571f7da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b571f7da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b571f931c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b571f931a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b571ff180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463730 byte(s) leaked in 8686 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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/0025f7/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/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/b64k/0025f7/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/0025f7/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/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 627262
DEBUG    ya.test:process.py:259 Command (pid 627262) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 627262) elapsed time (sec): 28.41253972053528
DEBUG    ya.test:process.py:263 Command (pid 627262) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 627262) inblock: 338352
DEBUG    ya.test:process.py:263 Command (pid 627262) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 627262) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 627262) majflt: 2137
DEBUG    ya.test:process.py:263 Command (pid 627262) maxrss: 1500552
DEBUG    ya.test:process.py:263 Command (pid 627262) minflt: 980299
DEBUG    ya.test:process.py:263 Command (pid 627262) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 627262) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 627262) nivcsw: 1938
DEBUG    ya.test:process.py:263 Command (pid 627262) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 627262) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 627262) nvcsw: 105692
DEBUG    ya.test:process.py:263 Command (pid 627262) oublock: 9664
DEBUG    ya.test:process.py:263 Command (pid 627262) stime: 4.617273
DEBUG    ya.test:process.py:263 Command (pid 627262) utime: 12.923436
DEBUG    ya.test:process.py:263 Command (pid 627262) wtime: 28.416
DEBUG    ya.test:process.py:275 Command (pid 627262) output:
2026-01-28T17:54:04.513046Z Fetching udfs...
2026-01-28T17:54:07.544338Z Initialization of fq runner...
2026-01-28T17:54:12.269131Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.870168s

DEBUG    ya.test:process.py:276 Command (pid 627262) errors:
...0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b571f8b2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b571f7cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b571f7cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b571f84ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b571f84ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b571ff0ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b571ff0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b571ff10090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b571ff10090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b571f8e182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b571f7da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b571f7da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b571f931c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b571f931a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b571ff180c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b571f862bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b571f869fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b571f7e4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b571f7edff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b571ff173ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b571ff171ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b571ff16f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b571ff14a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b571ff14a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b571ff14ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b5720377db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b5720377db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b57203776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b571f40b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f573ea24d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b571f7cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b571f7cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b571f84b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b571f84b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b571f8e4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b571f8e4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b571f8e0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b571f7da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b571f7da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b571f931c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b571f931a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b571ff180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b571ff178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b571ff14bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b571ff14aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b571ff14ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b5720377db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b5720377db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b57203776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b571f40b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b571f862bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b571f864424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b571f864424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b571ff0f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b571ff0ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b571ff0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b571ff0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b571ff3b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b571f83741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b571f9347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b571f9347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b571f9347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b571f836214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b571f7da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b571f7da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b571f931c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b571f932e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b571f932e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b571f932e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b571ff175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b571ff14bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b571ff14aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b571ff14ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b571f862bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b571f869fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b571f882524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b571f882524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b571f882524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b571f7ea26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b571f7ea26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b571f851acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b571f8525ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b571f8525ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b571f8525ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b571f853e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b571f83ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b571ff17044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b571ff17044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b571ff16f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b571ff14a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b571ff14a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b571ff14ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b5720377db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b5720377db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b57203776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b571f40b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f573ea24d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b571f7ced02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b571f7ced02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b571ff0f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b571ff0ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b571ff0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b571ff0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b571ff3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b571f83741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b571f9347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b571f9347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b571f9347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b571f836214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b571f7da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b571f7da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b571f931c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b571f931a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b571ff180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b571ff178d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b571f7cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b571f7cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b571f84b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b571f84b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b571f7ea356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b571f7da024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b571f7da024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b571f8e0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b571f7da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b571f7da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b571f931c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b571f931a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b571ff180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b571ff178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b571ff14bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b571ff14aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b571ff14ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b5720377db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b5720377db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b57203776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b571f40b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b571f7cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b571f7cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b571f84ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b571f84ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b571ff0ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b571ff0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b571ff0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b571ff3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b571f83741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b571f9347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b571f9347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b571f9347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b571f836214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b571f7da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b571f7da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b571f931c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b571f931a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b571f862bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b571f869fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b571f882524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b571f882524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b571f882524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b571f7ea26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b571f7ea26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b571f851acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b571f8525ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b571f8525ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b571f8525ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b571f84e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b571f82e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b571f83741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b571f9347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b571f9347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b571f9347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b571f836214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b571f7da024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b571f7da024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b571f8e0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b571f7da511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b571f7da511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b571f7dab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b571f7dab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b571f932e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b571f932e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b571ff175c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b571f7cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b571f7cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b571f84ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b571f84ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b571ff0ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b571ff0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b571ff0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b571ff3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b571f83741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b571f9347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b571f9347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b571f9347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b571f836214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b571f835fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b571f862bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b571f864424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b571f864424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b571ff0f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b571ff0ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b571ff0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b571ff0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b571ff3b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b571f83741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b571f9347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b571f9347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b571f9347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b571f836214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b571f7da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b571f7da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b571f931c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b571f932e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b571f932e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b571f932e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b571ff175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b571ff14bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b571ff14aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b571ff14ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b571f7ced02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b571f7ced02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b571ff0f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b571ff0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b571ff0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b571ff3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b571f83741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b571f9347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b571f9347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b571f9347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b571f836214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b571f7da7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b571f80c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b571f80c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b571ff0e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b571ff0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b571ff0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b571ff3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b571f83741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b571f9347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b571f9347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b571f9347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b571f836214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b571f7da7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b571f80c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b571f80c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b571ff0e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b571ff0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b571ff0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b571ff3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b571f83741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b571f9347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b571f9347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b571f9347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b571f836214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b571f7da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b571f7da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b571f931c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b571f931a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b571ff180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

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

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b571f8b2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b571f7cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b571f7cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b571f84ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b571f84ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b571ff0ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b571ff0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b571ff10090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b571ff10090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b571f8e182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b571f7da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b571f7da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b571f931c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b571f931a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b571ff180c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b571f862bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b571f869fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b571f7e4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b571f7edff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b571ff173ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b571ff171ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b571ff16f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b571ff14a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b571ff14a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b571ff14ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b5720377db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b5720377db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b57203776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b571f40b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f573ea24d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b571f7cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b571f7cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b571f84b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b571f84b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b571f8e4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b571f8e4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b571f8e0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b571f7da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b571f7da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b571f931c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b571f931a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b571ff180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b571ff178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b571ff14bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b571ff14aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b571ff14ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b5720377db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b5720377db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b57203776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b571f40b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b571f862bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b571f864424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b571f864424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b571ff0f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b571ff0ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b571ff0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b571ff0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b571ff3b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b571f83741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b571f9347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b571f9347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b571f9347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b571f836214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b571f7da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b571f7da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b571f931c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b571f932e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b571f932e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b571f932e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b571ff175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b571ff14bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b571ff14aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b571ff14ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b571f862bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b571f869fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b571f882524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b571f882524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b571f882524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b571f7ea26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b571f7ea26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b571f851acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b571f8525ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b571f8525ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b571f8525ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b571f853e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b571f83ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b571ff17044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b571ff17044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b571ff16f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b571ff14a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b571ff14a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b571ff14ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b5720377db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b5720377db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b57203776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b571f40b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f573ea24d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b571f7ced02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b571f7ced02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b571ff0f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b571ff0ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b571ff0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b571ff0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b571ff3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b571f83741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b571f9347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b571f9347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b571f9347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b571f836214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b571f7da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b571f7da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b571f931c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b571f931a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b571ff180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b571ff178d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b571f7cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b571f7cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b571f84b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b571f84b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b571f7ea356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b571f7da024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b571f7da024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b571f8e0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b571f7da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b571f7da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b571f931c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b571f931a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b571ff180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b571ff178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b571ff14bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b571ff14aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b571ff14ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b5720377db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b5720377db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b57203776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b571f40b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b571f7cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b571f7cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b571f84ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b571f84ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b571ff0ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b571ff0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b571ff0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b571ff3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b571f83741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b571f9347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b571f9347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b571f9347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b571f836214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b571f7da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b571f7da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b571f931c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b571f931a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b571f862bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b571f869fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b571f882524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b571f882524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b571f882524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b571f7ea26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b571f7ea26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b571f851acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b571f8525ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b571f8525ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b571f8525ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b571f84e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b571f82e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b571f83741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b571f9347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b571f9347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b571f9347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b571f836214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b571f7da024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b571f7da024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b571f8e0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b571f7da511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b571f7da511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b571f7dab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b571f7dab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b571f932e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b571f932e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b571ff175c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b571f7cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b571f7cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b571f84ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b571f84ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b571ff0ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b571ff0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b571ff0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b571ff3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b571f83741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b571f9347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b571f9347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b571f9347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b571f836214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b571f835fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b571f862bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b571f864424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b571f864424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b571ff0f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b571ff0ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b571ff0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b571ff0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b571ff3b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b571f83741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b571f9347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b571f9347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b571f9347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b571f836214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b571f7da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b571f7da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b571f931c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b571f932e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b571f932e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b571f932e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b571ff175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b571ff14bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b571ff14aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b571ff14ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b571f7ced02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b571f7ced02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b571ff0f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b571ff0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b571ff0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b571ff3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b571f83741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b571f9347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b571f9347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b571f9347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b571f836214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b571f7da7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b571f80c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b571f80c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b571ff0e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b571ff0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b571ff0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b571ff3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b571f83741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b571f9347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b571f9347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b571f9347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b571f836214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b571f7da7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b571f80c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b571f80c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b571ff0e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b571ff0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b571ff0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b571ff0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b571ff0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b571ff3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b571f83741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b571f9347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b571f9347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b571f9347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b571f836214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b571f8de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b571f8de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b571f8d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b571f8d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b571f8d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b571f8b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b571f8b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b571f8e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b571f7db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b571f7da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b571f7da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b571f931c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b571f931a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b571ff180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463730 byte(s) leaked in 8686 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
28.46s call     test_sql_negative.py::test[watermarks-bad_pushdown-default.txt]
0.04s setup    test_sql_negative.py::test[watermarks-bad_pushdown-default.txt]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_negative.py::test[watermarks-bad_pushdown-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/0025f7/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/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025f7/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_b5dtbeil/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 0x7b571f7db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b571f7db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b571f93216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b571f93216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b571f8b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b571f8b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b571f835fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b571f7da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b571f7da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b571f7da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b571f931c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b571f931a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b571ff180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463730 byte(s) leaked in 8686 allocation(s).
============================== 1 failed in 29.15s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/b64k/002624/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.21s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/b64k/0025f2/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/b64k/0025fc/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/b64k/0025fc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/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 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bd039b8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bd039b8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bd039ce1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bd039ce1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bd03a2c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463376 byte(s) leaked in 8679 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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/0025fc/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 206228
DEBUG    ya.test:process.py:259 Command (pid 206228) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 206228) elapsed time (sec): 82.24454069137573
DEBUG    ya.test:process.py:263 Command (pid 206228) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 206228) inblock: 37448
DEBUG    ya.test:process.py:263 Command (pid 206228) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 206228) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 206228) majflt: 969
DEBUG    ya.test:process.py:263 Command (pid 206228) maxrss: 1523908
DEBUG    ya.test:process.py:263 Command (pid 206228) minflt: 983834
DEBUG    ya.test:process.py:263 Command (pid 206228) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 206228) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 206228) nivcsw: 3868
DEBUG    ya.test:process.py:263 Command (pid 206228) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 206228) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 206228) nvcsw: 103697
DEBUG    ya.test:process.py:263 Command (pid 206228) oublock: 9632
DEBUG    ya.test:process.py:263 Command (pid 206228) stime: 4.2986509999999996
DEBUG    ya.test:process.py:263 Command (pid 206228) utime: 14.335467
DEBUG    ya.test:process.py:263 Command (pid 206228) wtime: 82.249
DEBUG    ya.test:process.py:275 Command (pid 206228) output:
2026-01-28T17:32:06.664633Z Fetching udfs...
2026-01-28T17:32:15.668144Z Initialization of fq runner...
2026-01-28T17:32:23.433019Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.296610s
2026-01-28T17:32:24.749872Z Fetching query results...
2026-01-28T17:32:24.749907Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 206228) errors:
...0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bd039c62de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd039b7b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd039b7b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd039bfac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd039bfac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd03a2bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bd03a2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bd03a2c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bd03a2c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bd039c9182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bd039b8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bd039b8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bd039ce1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bd039ce1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bd03a2c80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd039c12bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd039c19fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd039b94d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bd039b9dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bd03a2c73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bd03a2c71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bd03a2c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bd03a2c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bd03a2c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bd03a2c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bd03a727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bd03a727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd03a7276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd0397bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fd058dd7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd039b7b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd039b7b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd039bfb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd039bfb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bd039c94686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bd039c94686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bd039c90dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bd039b8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bd039b8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bd039ce1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bd039ce1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bd03a2c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bd03a2c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bd03a2c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bd03a2c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bd03a2c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bd03a727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bd03a727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd03a7276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd0397bb928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd039c12bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd039c14424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd039c14424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd03a2bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd03a2bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bd03a2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bd03a2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bd03a2eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bd039be741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bd039ce47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bd039ce47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bd039ce47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bd039be6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bd039b8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bd039b8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bd039ce1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bd039ce2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bd039ce2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bd039ce2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bd03a2c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bd03a2c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bd03a2c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bd03a2c4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd039c12bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd039c19fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd039c32524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bd039c32524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bd039c32524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bd039b9a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bd039b9a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bd039c01acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bd039c025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bd039c025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bd039c025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bd039c03e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bd039bead0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bd03a2c7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bd03a2c7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bd03a2c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bd03a2c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bd03a2c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bd03a2c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bd03a727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bd03a727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd03a7276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd0397bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fd058dd7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd039b7ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bd039b7ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bd03a2bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bd03a2bece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bd03a2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bd03a2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bd03a2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bd039be741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bd039ce47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bd039ce47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bd039ce47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bd039be6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bd039b8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bd039b8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bd039ce1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bd039ce1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bd03a2c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bd03a2c78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd039b7b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd039b7b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd039bfb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd039bfb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bd039b9a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bd039b8a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bd039b8a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bd039c90ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bd039b8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bd039b8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bd039ce1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bd039ce1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bd03a2c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bd03a2c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bd03a2c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bd03a2c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bd03a2c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bd03a727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bd03a727db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd03a7276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd0397bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd039b7b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd039b7b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd039bfac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd039bfac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd03a2bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd03a2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bd03a2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bd03a2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bd039be741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bd039ce47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bd039ce47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bd039ce47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bd039be6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bd039b8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bd039b8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bd039ce1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bd039ce1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd039c12bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd039c19fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd039c32524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bd039c32524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bd039c32524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bd039b9a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bd039b9a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bd039c01acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bd039c025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bd039c025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bd039c025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bd039bfe5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bd039bde92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bd039be741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bd039ce47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bd039ce47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bd039ce47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bd039be6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bd039b8a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd039b8a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bd039c90ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bd039b8a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bd039b8a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bd039b8ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bd039b8ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bd039ce2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bd039ce2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bd03a2c75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd039b7b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd039b7b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd039bfac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd039bfac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd03a2bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bd03a2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bd03a2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bd03a2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bd039be741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bd039ce47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bd039ce47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bd039ce47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bd039be6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bd039be5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd039c12bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd039c14424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd039c14424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd03a2bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd03a2bec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bd03a2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bd03a2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bd03a2eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bd039be741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bd039ce47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bd039ce47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bd039ce47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bd039be6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bd039b8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bd039b8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bd039ce1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bd039ce2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bd039ce2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bd039ce2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bd03a2c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bd03a2c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bd03a2c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bd03a2c4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd039b7ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bd039b7ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bd03a2bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd03a2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bd03a2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bd03a2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bd039be741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bd039ce47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bd039ce47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bd039ce47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bd039be6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bd039b8a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd039bbc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bd039bbc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bd03a2be99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd03a2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bd03a2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bd03a2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bd039be741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bd039ce47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bd039ce47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bd039ce47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bd039be6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bd039b8a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd039bbc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bd039bbc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bd03a2be99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bd03a2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bd03a2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bd03a2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bd039be741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bd039ce47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bd039ce47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bd039ce47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bd039be6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bd039b8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bd039b8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bd039ce1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bd039ce1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bd03a2c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463376 byte(s) leaked in 8679 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bd039c62de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd039b7b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd039b7b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd039bfac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd039bfac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd03a2bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bd03a2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bd03a2c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bd03a2c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bd039c9182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bd039b8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bd039b8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bd039ce1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bd039ce1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bd03a2c80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd039c12bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd039c19fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd039b94d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bd039b9dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bd03a2c73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bd03a2c71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bd03a2c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bd03a2c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bd03a2c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bd03a2c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bd03a727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bd03a727db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bd03a7276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bd0397bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fd058dd7d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd039b7b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd039b7b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd039bfb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd039bfb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bd039c94686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bd039c94686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bd039c90dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bd039b8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bd039b8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bd039ce1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bd039ce1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bd03a2c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bd03a2c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bd03a2c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bd03a2c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bd03a2c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bd03a727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bd03a727db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bd03a7276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bd0397bb928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd039c12bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd039c14424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd039c14424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd03a2bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd03a2bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bd03a2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bd03a2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bd03a2eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bd039be741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bd039ce47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bd039ce47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bd039ce47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bd039be6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bd039b8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bd039b8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bd039ce1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bd039ce2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bd039ce2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bd039ce2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bd03a2c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bd03a2c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bd03a2c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bd03a2c4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd039c12bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd039c19fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd039c32524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bd039c32524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bd039c32524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bd039b9a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bd039b9a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bd039c01acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bd039c025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bd039c025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bd039c025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bd039c03e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bd039bead0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bd03a2c7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bd03a2c7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bd03a2c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bd03a2c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bd03a2c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bd03a2c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bd03a727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bd03a727db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bd03a7276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bd0397bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fd058dd7d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd039b7ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bd039b7ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bd03a2bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bd03a2bece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bd03a2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bd03a2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bd03a2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bd039be741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bd039ce47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bd039ce47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bd039ce47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bd039be6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bd039b8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bd039b8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bd039ce1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bd039ce1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bd03a2c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bd03a2c78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd039b7b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd039b7b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd039bfb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd039bfb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bd039b9a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bd039b8a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bd039b8a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bd039c90ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bd039b8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bd039b8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bd039ce1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bd039ce1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bd03a2c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bd03a2c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bd03a2c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bd03a2c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bd03a2c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bd03a727db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bd03a727db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bd03a7276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bd0397bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd039b7b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd039b7b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd039bfac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd039bfac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd03a2bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd03a2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bd03a2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bd03a2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bd039be741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bd039ce47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bd039ce47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bd039ce47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bd039be6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bd039b8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bd039b8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bd039ce1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bd039ce1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd039c12bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd039c19fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd039c32524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bd039c32524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bd039c32524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bd039b9a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bd039b9a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bd039c01acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bd039c025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bd039c025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bd039c025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bd039bfe5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bd039bde92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bd039be741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bd039ce47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bd039ce47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bd039ce47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bd039be6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bd039b8a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd039b8a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bd039c90ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bd039b8a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bd039b8a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bd039b8ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bd039b8ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bd039ce2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bd039ce2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bd03a2c75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd039b7b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd039b7b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd039bfac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd039bfac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd03a2bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bd03a2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bd03a2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bd03a2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bd039be741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bd039ce47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bd039ce47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bd039ce47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bd039be6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bd039be5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd039c12bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd039c14424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd039c14424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd03a2bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd03a2bec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bd03a2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bd03a2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bd03a2eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bd039be741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bd039ce47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bd039ce47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bd039ce47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bd039be6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bd039b8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bd039b8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bd039ce1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bd039ce2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bd039ce2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bd039ce2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bd03a2c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bd03a2c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bd03a2c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bd03a2c4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd039b7ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bd039b7ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bd03a2bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd03a2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bd03a2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bd03a2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bd039be741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bd039ce47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bd039ce47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bd039ce47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bd039be6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bd039b8a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd039bbc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bd039bbc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bd03a2be99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd03a2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bd03a2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bd03a2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bd039be741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bd039ce47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bd039ce47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bd039ce47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bd039be6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bd039b8a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd039bbc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bd039bbc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bd03a2be99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bd03a2bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bd03a2bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bd03a2bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bd03a2bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bd03a2ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bd039be741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bd039ce47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bd039ce47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bd039ce47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bd039be6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bd039c8e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bd039c8e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bd039c86d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bd039c86d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bd039c86d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bd039c62de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bd039c62de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd039c9288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bd039b8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bd039b8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bd039b8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bd039ce1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bd039ce1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bd03a2c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463376 byte(s) leaked in 8679 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/b64k/0025fc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/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 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bbe4edca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bbe4edca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bbe4ef21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bbe4ef21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bbe4f5080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463288 byte(s) leaked in 8677 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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 221455
DEBUG    ya.test:process.py:259 Command (pid 221455) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 221455) elapsed time (sec): 33.965556621551514
DEBUG    ya.test:process.py:263 Command (pid 221455) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 221455) inblock: 8
DEBUG    ya.test:process.py:263 Command (pid 221455) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 221455) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 221455) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 221455) maxrss: 1527604
DEBUG    ya.test:process.py:263 Command (pid 221455) minflt: 993041
DEBUG    ya.test:process.py:263 Command (pid 221455) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 221455) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 221455) nivcsw: 6811
DEBUG    ya.test:process.py:263 Command (pid 221455) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 221455) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 221455) nvcsw: 99456
DEBUG    ya.test:process.py:263 Command (pid 221455) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 221455) stime: 4.301585
DEBUG    ya.test:process.py:263 Command (pid 221455) utime: 13.769335
DEBUG    ya.test:process.py:263 Command (pid 221455) wtime: 33.984
DEBUG    ya.test:process.py:275 Command (pid 221455) output:
2026-01-28T17:33:30.193129Z Fetching udfs...
2026-01-28T17:33:31.607088Z Initialization of fq runner...
2026-01-28T17:33:39.647494Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 2.823611s
2026-01-28T17:33:42.477403Z Fetching query results...
2026-01-28T17:33:42.477428Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 221455) errors:
...0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bbe4eea2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe4edbb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbe4edbb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbe4ee3ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbe4ee3ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bbe4f4fee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bbe4f4fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bbe4f500090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bbe4f500090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bbe4eed182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bbe4edca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bbe4edca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bbe4ef21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bbe4ef21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bbe4f5080c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe4ee52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbe4ee59fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bbe4edd4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bbe4edddff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bbe4f5073ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bbe4f5071ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bbe4f506f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bbe4f504a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bbe4f504a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bbe4f504ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bbe4f967db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bbe4f967db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbe4f9676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbe4e9fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fbe6e00cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe4edbb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbe4edbb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbe4ee3b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbe4ee3b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bbe4eed4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bbe4eed4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bbe4eed0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bbe4edca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bbe4edca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bbe4ef21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bbe4ef21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bbe4f5080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bbe4f5078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bbe4f504bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bbe4f504aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bbe4f504ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bbe4f967db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bbe4f967db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbe4f9676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbe4e9fb928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe4ee52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbe4ee54424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bbe4ee54424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bbe4f4ff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bbe4f4fec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bbe4f4fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bbe4f4fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bbe4f52b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bbe4ee2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bbe4ef247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bbe4ef247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bbe4ef247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bbe4ee26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bbe4edca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bbe4edca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bbe4ef21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bbe4ef22e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bbe4ef22e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bbe4ef22e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bbe4f5075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bbe4f504bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bbe4f504aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bbe4f504ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe4ee52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbe4ee59fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bbe4ee72524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bbe4ee72524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bbe4ee72524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bbe4edda26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bbe4edda26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bbe4ee41acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bbe4ee425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bbe4ee425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bbe4ee425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bbe4ee43e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bbe4ee2ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bbe4f507044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bbe4f507044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bbe4f506f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bbe4f504a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bbe4f504a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bbe4f504ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bbe4f967db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bbe4f967db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbe4f9676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbe4e9fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fbe6e00cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe4edbed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bbe4edbed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bbe4f4ff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bbe4f4fece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bbe4f4fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bbe4f4fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bbe4f52bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bbe4ee2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bbe4ef247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bbe4ef247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bbe4ef247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bbe4ee26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bbe4edca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bbe4edca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bbe4ef21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bbe4ef21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bbe4f5080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bbe4f5078d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe4edbb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbe4edbb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbe4ee3b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbe4ee3b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bbe4edda356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bbe4edca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bbe4edca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bbe4eed0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bbe4edca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bbe4edca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bbe4ef21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bbe4ef21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bbe4f5080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bbe4f5078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bbe4f504bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bbe4f504aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bbe4f504ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bbe4f967db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bbe4f967db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbe4f9676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbe4e9fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe4edbb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbe4edbb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbe4ee3ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbe4ee3ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bbe4f4fee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbe4f4fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bbe4f4fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bbe4f52bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bbe4ee2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bbe4ef247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bbe4ef247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bbe4ef247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bbe4ee26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bbe4edca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bbe4edca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bbe4ef21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bbe4ef21a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe4ee52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbe4ee59fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bbe4ee72524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bbe4ee72524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bbe4ee72524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bbe4edda26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bbe4edda26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bbe4ee41acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bbe4ee425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bbe4ee425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bbe4ee425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bbe4ee3e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bbe4ee1e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bbe4ee2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bbe4ef247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bbe4ef247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bbe4ef247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bbe4ee26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bbe4edca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bbe4edca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bbe4eed0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bbe4edca511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bbe4edca511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bbe4edcab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bbe4edcab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bbe4ef22e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bbe4ef22e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bbe4f5075c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe4edbb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbe4edbb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbe4ee3ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbe4ee3ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bbe4f4fee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bbe4f4fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bbe4f4fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bbe4f52bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bbe4ee2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bbe4ef247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bbe4ef247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bbe4ef247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bbe4ee26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bbe4ee25fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe4ee52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbe4ee54424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bbe4ee54424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bbe4f4ff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bbe4f4fec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bbe4f4fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bbe4f4fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bbe4f52b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bbe4ee2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bbe4ef247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bbe4ef247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bbe4ef247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bbe4ee26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bbe4edca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bbe4edca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bbe4ef21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bbe4ef22e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bbe4ef22e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bbe4ef22e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bbe4f5075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bbe4f504bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bbe4f504aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bbe4f504ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe4edbed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bbe4edbed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bbe4f4ff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bbe4f4fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bbe4f4fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bbe4f52bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bbe4ee2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bbe4ef247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bbe4ef247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bbe4ef247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bbe4ee26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bbe4edca7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe4edfc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bbe4edfc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bbe4f4fe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bbe4f4fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bbe4f4fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bbe4f52bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bbe4ee2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bbe4ef247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bbe4ef247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bbe4ef247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bbe4ee26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bbe4edca7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe4edfc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bbe4edfc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bbe4f4fe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bbe4f4fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bbe4f4fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bbe4f52bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bbe4ee2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bbe4ef247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bbe4ef247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bbe4ef247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bbe4ee26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bbe4edca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bbe4edca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bbe4ef21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bbe4ef21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bbe4f5080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463288 byte(s) leaked in 8677 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bbe4eea2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe4edbb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbe4edbb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbe4ee3ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbe4ee3ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bbe4f4fee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bbe4f4fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bbe4f500090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bbe4f500090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bbe4eed182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bbe4edca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bbe4edca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bbe4ef21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bbe4ef21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bbe4f5080c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe4ee52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbe4ee59fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bbe4edd4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bbe4edddff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bbe4f5073ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bbe4f5071ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bbe4f506f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bbe4f504a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bbe4f504a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bbe4f504ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bbe4f967db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bbe4f967db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bbe4f9676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bbe4e9fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fbe6e00cd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe4edbb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbe4edbb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbe4ee3b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbe4ee3b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bbe4eed4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bbe4eed4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bbe4eed0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bbe4edca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bbe4edca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bbe4ef21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bbe4ef21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bbe4f5080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bbe4f5078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bbe4f504bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bbe4f504aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bbe4f504ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bbe4f967db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bbe4f967db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bbe4f9676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bbe4e9fb928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe4ee52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbe4ee54424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bbe4ee54424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bbe4f4ff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bbe4f4fec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bbe4f4fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bbe4f4fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bbe4f52b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bbe4ee2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bbe4ef247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bbe4ef247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bbe4ef247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bbe4ee26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bbe4edca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bbe4edca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bbe4ef21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bbe4ef22e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bbe4ef22e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bbe4ef22e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bbe4f5075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bbe4f504bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bbe4f504aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bbe4f504ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe4ee52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbe4ee59fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bbe4ee72524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bbe4ee72524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bbe4ee72524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bbe4edda26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bbe4edda26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bbe4ee41acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bbe4ee425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bbe4ee425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bbe4ee425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bbe4ee43e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bbe4ee2ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bbe4f507044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bbe4f507044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bbe4f506f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bbe4f504a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bbe4f504a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bbe4f504ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bbe4f967db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bbe4f967db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bbe4f9676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bbe4e9fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fbe6e00cd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe4edbed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bbe4edbed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bbe4f4ff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bbe4f4fece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bbe4f4fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bbe4f4fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bbe4f52bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bbe4ee2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bbe4ef247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bbe4ef247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bbe4ef247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bbe4ee26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bbe4edca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bbe4edca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bbe4ef21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bbe4ef21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bbe4f5080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bbe4f5078d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe4edbb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbe4edbb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbe4ee3b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbe4ee3b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bbe4edda356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bbe4edca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bbe4edca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bbe4eed0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bbe4edca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bbe4edca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bbe4ef21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bbe4ef21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bbe4f5080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bbe4f5078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bbe4f504bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bbe4f504aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bbe4f504ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bbe4f967db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bbe4f967db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bbe4f9676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bbe4e9fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe4edbb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbe4edbb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbe4ee3ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbe4ee3ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bbe4f4fee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbe4f4fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bbe4f4fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bbe4f52bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bbe4ee2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bbe4ef247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bbe4ef247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bbe4ef247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bbe4ee26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bbe4edca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bbe4edca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bbe4ef21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bbe4ef21a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe4ee52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbe4ee59fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bbe4ee72524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bbe4ee72524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bbe4ee72524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bbe4edda26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bbe4edda26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bbe4ee41acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bbe4ee425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bbe4ee425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bbe4ee425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bbe4ee3e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bbe4ee1e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bbe4ee2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bbe4ef247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bbe4ef247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bbe4ef247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bbe4ee26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bbe4edca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bbe4edca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bbe4eed0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bbe4edca511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bbe4edca511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bbe4edcab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bbe4edcab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bbe4ef22e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bbe4ef22e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bbe4f5075c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe4edbb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbe4edbb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbe4ee3ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbe4ee3ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bbe4f4fee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bbe4f4fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bbe4f4fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bbe4f52bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bbe4ee2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bbe4ef247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bbe4ef247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bbe4ef247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bbe4ee26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bbe4ee25fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe4ee52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbe4ee54424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bbe4ee54424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bbe4f4ff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bbe4f4fec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bbe4f4fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bbe4f4fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bbe4f52b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bbe4ee2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bbe4ef247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bbe4ef247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bbe4ef247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bbe4ee26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bbe4edca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bbe4edca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bbe4ef21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bbe4ef22e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bbe4ef22e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bbe4ef22e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bbe4f5075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bbe4f504bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bbe4f504aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bbe4f504ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe4edbed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bbe4edbed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bbe4f4ff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bbe4f4fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bbe4f4fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bbe4f52bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bbe4ee2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bbe4ef247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bbe4ef247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bbe4ef247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bbe4ee26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bbe4edca7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe4edfc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bbe4edfc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bbe4f4fe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bbe4f4fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bbe4f4fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bbe4f52bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bbe4ee2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bbe4ef247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bbe4ef247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bbe4ef247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bbe4ee26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bbe4edca7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe4edfc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bbe4edfc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bbe4f4fe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bbe4f4fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bbe4f4fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bbe4f4fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bbe4f4fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bbe4f52bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bbe4ee2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bbe4ef247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bbe4ef247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bbe4ef247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bbe4ee26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bbe4eece76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bbe4eece76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bbe4eec6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bbe4eec6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bbe4eec6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bbe4eea2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bbe4eea2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bbe4eed288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bbe4edcb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bbe4edca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bbe4edca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bbe4ef21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bbe4ef21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bbe4f5080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463288 byte(s) leaked in 8677 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/b64k/0025fc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mi0jhgky/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mi0jhgky/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mi0jhgky/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mi0jhgky/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mi0jhgky/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mi0jhgky/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mi0jhgky/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mi0jhgky/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mi0jhgky/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mi0jhgky/topic_3.txt' has failed with code 100.
E   Errors:
E   ...3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7be17d93a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7be17d93a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7be17d93a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7be17da91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7be17da91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7be17e0780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 441365 byte(s) leaked in 8200 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mi0jhgky/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mi0jhgky/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mi0jhgky/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mi0jhgky/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mi0jhgky/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mi0jhgky/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mi0jhgky/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mi0jhgky/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mi0jhgky/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mi0jhgky/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mi0jhgky' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 231666
DEBUG    ya.test:process.py:259 Command (pid 231666) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 231666) elapsed time (sec): 25.20076012611389
DEBUG    ya.test:process.py:263 Command (pid 231666) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 231666) inblock: 8
DEBUG    ya.test:process.py:263 Command (pid 231666) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 231666) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 231666) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 231666) maxrss: 1550812
DEBUG    ya.test:process.py:263 Command (pid 231666) minflt: 996056
DEBUG    ya.test:process.py:263 Command (pid 231666) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 231666) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 231666) nivcsw: 3259
DEBUG    ya.test:process.py:263 Command (pid 231666) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 231666) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 231666) nvcsw: 102536
DEBUG    ya.test:process.py:263 Command (pid 231666) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 231666) stime: 4.407966
DEBUG    ya.test:process.py:263 Command (pid 231666) utime: 13.90422
DEBUG    ya.test:process.py:263 Command (pid 231666) wtime: 25.221
DEBUG    ya.test:process.py:275 Command (pid 231666) output:
2026-01-28T17:34:04.598528Z Fetching udfs...
2026-01-28T17:34:05.535035Z Initialization of fq runner...
2026-01-28T17:34:11.258426Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 2.357478s
2026-01-28T17:34:13.626607Z Fetching query results...
2026-01-28T17:34:13.626645Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 231666) errors:
...cts/typeobject.c:1667:11
    #11 0x7be17d9399af in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #12 0x7be17da40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #13 0x7be17d9600f6 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #14 0x7be17d9600f6 in method_vectorcall /-S/contrib/tools/python3/Objects/classobject.c:69:20
    #15 0x7be17da40601 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7be17da40601 in _PyObject_CallNoArgs /-S/contrib/tools/python3/Include/internal/pycore_call.h:108:12
    #17 0x7be17da40601 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2515:19
    #18 0x7be17d93afae in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7be17d93afae in PyObject_VectorcallMethod /-S/contrib/tools/python3/Objects/call.c:887:24
    #20 0x7be17da902be in PyObject_CallMethodOneArg /-S/contrib/tools/python3/Include/cpython/abstract.h:103:12
    #21 0x7be17da902be in import_ensure_initialized /-S/contrib/tools/python3/Python/import.c:282:27
    #22 0x7be17da91e67 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2886:13
    #23 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #36 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #37 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #38 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #39 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #40 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #41 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #42 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #43 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #44 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #45 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #46 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #47 0x7be17d93b31a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be17d92b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be17d92b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be17d9aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be17d9aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be17e06ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be17e06c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be17e070090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7be17e070090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7be17da4182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7be17d93a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7be17d93a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7be17d93a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7be17da91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7be17da91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7be17e0780c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be17d9c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be17d9c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be17d944d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7be17d94dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7be17e0773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7be17e0771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7be17e076f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7be17e074a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7be17e074a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7be17e074ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7be17e4d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7be17e4d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be17e4d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be17d56b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fe19cb89d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be17d92b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be17d92b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be17d9ab334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be17d9ab334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7be17da44686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7be17da44686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7be17da40dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7be17d93a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7be17d93a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7be17d93a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7be17da91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7be17da91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7be17e0780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7be17e0778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7be17e074bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7be17e074aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7be17e074ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7be17e4d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7be17e4d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be17e4d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be17d56b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be17d9c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be17d9c4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be17d9c4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be17e06f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be17e06ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be17e06c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be17e06c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7be17e09b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7be17d99741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7be17da947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7be17da947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7be17da947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7be17d996214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be17d93a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7be17d93a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7be17d93a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7be17da91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7be17da92e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7be17da92e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7be17da92e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7be17e0775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7be17e074bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7be17e074aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7be17e074ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be17d9c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be17d9c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be17d9e2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7be17d9e2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7be17d9e2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7be17d94a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7be17d94a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7be17d9b1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7be17d9b25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7be17d9b25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7be17d9b25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7be17d9b3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7be17d99ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7be17e077044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7be17e077044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7be17e076f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7be17e074a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7be17e074a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7be17e074ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7be17e4d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7be17e4d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be17e4d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be17d56b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fe19cb89d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be17d92ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7be17d92ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7be17e06f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7be17e06ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7be17e06c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7be17e06c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7be17e09bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7be17d99741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7be17da947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7be17da947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7be17da947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7be17d996214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7be17d93a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7be17d93a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7be17d93a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7be17da91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7be17da91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7be17e0780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7be17e0778d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be17d92b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be17d92b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be17d9ab18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be17d9ab18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7be17d94a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7be17d93a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7be17d93a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7be17da40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7be17d93a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7be17d93a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7be17d93a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7be17da91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7be17da91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7be17e0780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7be17e0778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7be17e074bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7be17e074aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7be17e074ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7be17e4d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7be17e4d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be17e4d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be17d56b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be17d92b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be17d92b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be17d9aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be17d9aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be17e06ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be17e06c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7be17e06c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7be17e09bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7be17d99741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7be17da947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7be17da947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7be17da947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7be17d996214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7be17d93a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7be17d93a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7be17d93a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7be17da91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7be17da91a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be17d9c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be17d9c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be17d9e2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7be17d9e2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7be17d9e2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7be17d94a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7be17d94a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7be17d9b1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7be17d9b25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7be17d9b25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7be17d9b25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7be17d9ae5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7be17d98e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7be17d99741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7be17da947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7be17da947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7be17da947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7be17d996214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7be17d93a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be17d93a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7be17da40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7be17d93a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7be17d93a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7be17d93ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7be17d93ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7be17da92e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7be17da92e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7be17e0775c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be17d92b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be17d92b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be17d9aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be17d9aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be17e06ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7be17e06c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7be17e06c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7be17e09bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7be17d99741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7be17da947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7be17da947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7be17da947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7be17d996214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7be17d995fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be17d9c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be17d9c4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be17d9c4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be17e06f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be17e06ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be17e06c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be17e06c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7be17e09b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7be17d99741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7be17da947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7be17da947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7be17da947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7be17d996214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be17d93a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7be17d93a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7be17d93a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7be17da91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7be17da92e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7be17da92e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7be17da92e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7be17e0775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7be17e074bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7be17e074aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7be17e074ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be17d92ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7be17d92ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7be17e06f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be17e06c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7be17e06c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7be17e09bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7be17d99741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7be17da947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7be17da947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7be17da947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7be17d996214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be17d93a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be17d93a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be17d96c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7be17d96c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7be17e06e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be17e06c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7be17e06c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7be17e09bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7be17d99741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7be17da947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7be17da947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7be17da947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7be17d996214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be17d93a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be17d93a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be17d96c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7be17d96c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7be17e06e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7be17e06c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7be17e06c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7be17e09bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7be17d99741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7be17da947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7be17da947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7be17da947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7be17d996214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7be17d93a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7be17d93a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7be17d93a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7be17da91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7be17da91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7be17e0780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

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

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...cts/typeobject.c:1667:11\n    #11 0x7be17d9399af in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #12 0x7be17da40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #13 0x7be17d9600f6 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #14 0x7be17d9600f6 in method_vectorcall /-S/contrib/tools/python3/Objects/classobject.c:69:20\n    #15 0x7be17da40601 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7be17da40601 in _PyObject_CallNoArgs /-S/contrib/tools/python3/Include/internal/pycore_call.h:108:12\n    #17 0x7be17da40601 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2515:19\n    #18 0x7be17d93afae in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7be17d93afae in PyObject_VectorcallMethod /-S/contrib/tools/python3/Objects/call.c:887:24\n    #20 0x7be17da902be in PyObject_CallMethodOneArg /-S/contrib/tools/python3/Include/cpython/abstract.h:103:12\n    #21 0x7be17da902be in import_ensure_initialized /-S/contrib/tools/python3/Python/import.c:282:27\n    #22 0x7be17da91e67 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2886:13\n    #23 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #36 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #37 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #38 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #39 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #40 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #41 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #42 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #43 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #44 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #45 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #46 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #47 0x7be17d93b31a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be17d92b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be17d92b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be17d9aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be17d9aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be17e06ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be17e06c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be17e070090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7be17e070090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7be17da4182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7be17d93a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7be17d93a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7be17d93a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7be17da91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7be17da91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7be17e0780c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be17d9c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be17d9c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be17d944d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7be17d94dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7be17e0773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7be17e0771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7be17e076f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7be17e074a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7be17e074a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7be17e074ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7be17e4d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7be17e4d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7be17e4d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7be17d56b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fe19cb89d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be17d92b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be17d92b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be17d9ab334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be17d9ab334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7be17da44686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7be17da44686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7be17da40dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7be17d93a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7be17d93a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7be17d93a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7be17da91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7be17da91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7be17e0780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7be17e0778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7be17e074bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7be17e074aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7be17e074ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7be17e4d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7be17e4d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7be17e4d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7be17d56b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be17d9c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be17d9c4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be17d9c4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be17e06f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be17e06ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be17e06c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be17e06c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7be17e09b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7be17d99741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7be17da947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7be17da947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7be17da947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7be17d996214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be17d93a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7be17d93a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7be17d93a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7be17da91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7be17da92e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7be17da92e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7be17da92e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7be17e0775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7be17e074bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7be17e074aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7be17e074ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be17d9c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be17d9c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be17d9e2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7be17d9e2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7be17d9e2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7be17d94a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7be17d94a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7be17d9b1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7be17d9b25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7be17d9b25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7be17d9b25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7be17d9b3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7be17d99ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7be17e077044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7be17e077044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7be17e076f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7be17e074a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7be17e074a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7be17e074ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7be17e4d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7be17e4d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7be17e4d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7be17d56b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fe19cb89d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be17d92ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7be17d92ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7be17e06f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7be17e06ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7be17e06c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7be17e06c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7be17e09bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7be17d99741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7be17da947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7be17da947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7be17da947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7be17d996214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7be17d93a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7be17d93a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7be17d93a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7be17da91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7be17da91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7be17e0780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7be17e0778d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be17d92b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be17d92b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be17d9ab18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be17d9ab18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7be17d94a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7be17d93a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7be17d93a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7be17da40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7be17d93a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7be17d93a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7be17d93a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7be17da91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7be17da91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7be17e0780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7be17e0778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7be17e074bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7be17e074aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7be17e074ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7be17e4d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7be17e4d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7be17e4d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7be17d56b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be17d92b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be17d92b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be17d9aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be17d9aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be17e06ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be17e06c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7be17e06c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7be17e09bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7be17d99741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7be17da947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7be17da947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7be17da947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7be17d996214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7be17d93a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7be17d93a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7be17d93a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7be17da91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7be17da91a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be17d9c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be17d9c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be17d9e2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7be17d9e2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7be17d9e2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7be17d94a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7be17d94a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7be17d9b1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7be17d9b25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7be17d9b25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7be17d9b25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7be17d9ae5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7be17d98e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7be17d99741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7be17da947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7be17da947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7be17da947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7be17d996214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7be17d93a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be17d93a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7be17da40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7be17d93a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7be17d93a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7be17d93ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7be17d93ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7be17da92e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7be17da92e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7be17e0775c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be17d92b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be17d92b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be17d9aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be17d9aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be17e06ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7be17e06c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7be17e06c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7be17e09bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7be17d99741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7be17da947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7be17da947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7be17da947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7be17d996214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7be17d995fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be17d9c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be17d9c4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be17d9c4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be17e06f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be17e06ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be17e06c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be17e06c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7be17e09b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7be17d99741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7be17da947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7be17da947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7be17da947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7be17d996214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be17d93a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7be17d93a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7be17d93a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7be17da91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7be17da92e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7be17da92e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7be17da92e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7be17e0775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7be17e074bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7be17e074aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7be17e074ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be17d92ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7be17d92ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7be17e06f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be17e06c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7be17e06c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7be17e09bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7be17d99741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7be17da947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7be17da947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7be17da947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7be17d996214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7be17d93a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7be17d93a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be17d96c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7be17d96c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7be17e06e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be17e06c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7be17e06c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7be17e09bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7be17d99741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7be17da947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7be17da947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7be17da947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7be17d996214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7be17d93a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7be17d93a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be17d96c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7be17d96c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7be17e06e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7be17e06ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7be17e06ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7be17e06c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7be17e06c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7be17e09bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7be17d99741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7be17da947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7be17da947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7be17da947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7be17d996214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7be17da3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7be17da3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7be17da36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7be17da36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7be17da36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7be17da12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7be17da12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be17da4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7be17d93b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7be17d93b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7be17d93b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7be17da9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7be17da9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7be17da11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7be17da11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7be17d995fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7be17d93a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7be17d93a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7be17d93a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7be17da91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7be17da91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7be17e0780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 441365 byte(s) leaked in 8200 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
___________________ test[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/b64k/0025fc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/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 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b4e3878a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b4e3878a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b4e388e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b4e388e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b4e38ec80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463624 byte(s) leaked in 8684 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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 239664
DEBUG    ya.test:process.py:259 Command (pid 239664) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 239664) elapsed time (sec): 23.578590393066406
DEBUG    ya.test:process.py:263 Command (pid 239664) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 239664) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 239664) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 239664) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 239664) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 239664) maxrss: 1541388
DEBUG    ya.test:process.py:263 Command (pid 239664) minflt: 990724
DEBUG    ya.test:process.py:263 Command (pid 239664) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 239664) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 239664) nivcsw: 2469
DEBUG    ya.test:process.py:263 Command (pid 239664) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 239664) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 239664) nvcsw: 103902
DEBUG    ya.test:process.py:263 Command (pid 239664) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 239664) stime: 4.487318
DEBUG    ya.test:process.py:263 Command (pid 239664) utime: 13.842593
DEBUG    ya.test:process.py:263 Command (pid 239664) wtime: 23.581
DEBUG    ya.test:process.py:275 Command (pid 239664) output:
2026-01-28T17:34:29.941921Z Fetching udfs...
2026-01-28T17:34:30.830076Z Initialization of fq runner...
2026-01-28T17:34:36.223559Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.371576s
2026-01-28T17:34:37.601324Z Fetching query results...
2026-01-28T17:34:37.601363Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 239664) errors:
...cts/typeobject.c:1667:11
    #11 0x7b4e387899af in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #12 0x7b4e38890ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #13 0x7b4e387b00f6 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #14 0x7b4e387b00f6 in method_vectorcall /-S/contrib/tools/python3/Objects/classobject.c:69:20
    #15 0x7b4e38890601 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b4e38890601 in _PyObject_CallNoArgs /-S/contrib/tools/python3/Include/internal/pycore_call.h:108:12
    #17 0x7b4e38890601 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2515:19
    #18 0x7b4e3878afae in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b4e3878afae in PyObject_VectorcallMethod /-S/contrib/tools/python3/Objects/call.c:887:24
    #20 0x7b4e388e02be in PyObject_CallMethodOneArg /-S/contrib/tools/python3/Include/cpython/abstract.h:103:12
    #21 0x7b4e388e02be in import_ensure_initialized /-S/contrib/tools/python3/Python/import.c:282:27
    #22 0x7b4e388e1e67 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2886:13
    #23 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #36 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #37 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #38 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #39 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #40 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #41 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #42 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #43 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #44 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #45 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #46 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #47 0x7b4e3878b31a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4e3877b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4e3877b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4e387fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4e387fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4e38ebee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b4e38ebc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b4e38ec0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b4e38ec0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b4e3889182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b4e3878a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b4e3878a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b4e388e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b4e388e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b4e38ec80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4e38812bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4e38819fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4e38794d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b4e3879dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b4e38ec73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b4e38ec71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b4e38ec6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b4e38ec4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b4e38ec4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b4e38ec4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b4e39327db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b4e39327db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4e393276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4e383bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f4e579cbd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4e3877b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4e3877b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4e387fb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4e387fb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b4e38894686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b4e38894686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b4e38890dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b4e3878a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b4e3878a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b4e388e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b4e388e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b4e38ec80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b4e38ec78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b4e38ec4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b4e38ec4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b4e38ec4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b4e39327db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b4e39327db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4e393276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4e383bb928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4e38812bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4e38814424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b4e38814424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b4e38ebf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b4e38ebec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b4e38ebc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b4e38ebc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b4e38eeb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b4e387e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b4e388e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b4e388e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b4e388e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b4e387e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b4e3878a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b4e3878a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b4e388e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b4e388e2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b4e388e2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b4e388e2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b4e38ec75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b4e38ec4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b4e38ec4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b4e38ec4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4e38812bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4e38819fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4e38832524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b4e38832524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b4e38832524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b4e3879a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b4e3879a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b4e38801acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b4e388025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b4e388025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b4e388025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b4e38803e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b4e387ead0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b4e38ec7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b4e38ec7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b4e38ec6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b4e38ec4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b4e38ec4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b4e38ec4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b4e39327db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b4e39327db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4e393276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4e383bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f4e579cbd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4e3877ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b4e3877ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b4e38ebf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b4e38ebece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b4e38ebc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b4e38ebc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b4e38eebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b4e387e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b4e388e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b4e388e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b4e388e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b4e387e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b4e3878a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b4e3878a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b4e388e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b4e388e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b4e38ec80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b4e38ec78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4e3877b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4e3877b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4e387fb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4e387fb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b4e3879a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b4e3878a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b4e3878a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b4e38890ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b4e3878a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b4e3878a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b4e388e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b4e388e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b4e38ec80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b4e38ec78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b4e38ec4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b4e38ec4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b4e38ec4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b4e39327db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b4e39327db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b4e393276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b4e383bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4e3877b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4e3877b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4e387fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4e387fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4e38ebee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4e38ebc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b4e38ebc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b4e38eebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b4e387e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b4e388e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b4e388e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b4e388e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b4e387e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b4e3878a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b4e3878a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b4e388e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b4e388e1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4e38812bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4e38819fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4e38832524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b4e38832524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b4e38832524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b4e3879a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b4e3879a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b4e38801acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b4e388025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b4e388025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b4e388025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b4e387fe5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b4e387de92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b4e387e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b4e388e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b4e388e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b4e388e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b4e387e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b4e3878a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4e3878a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b4e38890ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b4e3878a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b4e3878a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b4e3878ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b4e3878ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b4e388e2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b4e388e2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b4e38ec75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4e3877b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4e3877b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4e387fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4e387fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4e38ebee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b4e38ebc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b4e38ebc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b4e38eebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b4e387e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b4e388e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b4e388e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b4e388e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b4e387e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b4e387e5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4e38812bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4e38814424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b4e38814424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b4e38ebf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b4e38ebec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b4e38ebc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b4e38ebc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b4e38eeb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b4e387e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b4e388e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b4e388e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b4e388e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b4e387e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b4e3878a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b4e3878a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b4e388e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b4e388e2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b4e388e2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b4e388e2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b4e38ec75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b4e38ec4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b4e38ec4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b4e38ec4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4e3877ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b4e3877ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b4e38ebf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4e38ebc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b4e38ebc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b4e38eebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b4e387e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b4e388e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b4e388e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b4e388e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b4e387e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b4e3878a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4e387bc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b4e387bc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b4e38ebe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4e38ebc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b4e38ebc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b4e38eebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b4e387e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b4e388e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b4e388e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b4e388e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b4e387e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b4e3878a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4e387bc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b4e387bc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b4e38ebe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b4e38ebc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b4e38ebc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b4e38eebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b4e387e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b4e388e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b4e388e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b4e388e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b4e387e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b4e3878a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b4e3878a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b4e388e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b4e388e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b4e38ec80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

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

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...cts/typeobject.c:1667:11\n    #11 0x7b4e387899af in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #12 0x7b4e38890ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #13 0x7b4e387b00f6 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #14 0x7b4e387b00f6 in method_vectorcall /-S/contrib/tools/python3/Objects/classobject.c:69:20\n    #15 0x7b4e38890601 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b4e38890601 in _PyObject_CallNoArgs /-S/contrib/tools/python3/Include/internal/pycore_call.h:108:12\n    #17 0x7b4e38890601 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2515:19\n    #18 0x7b4e3878afae in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b4e3878afae in PyObject_VectorcallMethod /-S/contrib/tools/python3/Objects/call.c:887:24\n    #20 0x7b4e388e02be in PyObject_CallMethodOneArg /-S/contrib/tools/python3/Include/cpython/abstract.h:103:12\n    #21 0x7b4e388e02be in import_ensure_initialized /-S/contrib/tools/python3/Python/import.c:282:27\n    #22 0x7b4e388e1e67 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2886:13\n    #23 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #36 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #37 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #38 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #39 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #40 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #41 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #42 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #43 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #44 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #45 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #46 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #47 0x7b4e3878b31a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4e3877b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4e3877b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4e387fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4e387fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4e38ebee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b4e38ebc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b4e38ec0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b4e38ec0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b4e3889182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b4e3878a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b4e3878a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b4e388e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b4e388e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b4e38ec80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4e38812bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4e38819fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4e38794d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b4e3879dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b4e38ec73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b4e38ec71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b4e38ec6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b4e38ec4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b4e38ec4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b4e38ec4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b4e39327db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b4e39327db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b4e393276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b4e383bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f4e579cbd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4e3877b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4e3877b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4e387fb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4e387fb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b4e38894686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b4e38894686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b4e38890dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b4e3878a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b4e3878a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b4e388e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b4e388e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b4e38ec80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b4e38ec78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b4e38ec4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b4e38ec4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b4e38ec4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b4e39327db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b4e39327db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b4e393276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b4e383bb928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4e38812bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4e38814424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b4e38814424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b4e38ebf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b4e38ebec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b4e38ebc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b4e38ebc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b4e38eeb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b4e387e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b4e388e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b4e388e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b4e388e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b4e387e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b4e3878a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b4e3878a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b4e388e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b4e388e2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b4e388e2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b4e388e2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b4e38ec75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b4e38ec4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b4e38ec4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b4e38ec4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4e38812bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4e38819fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4e38832524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b4e38832524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b4e38832524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b4e3879a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b4e3879a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b4e38801acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b4e388025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b4e388025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b4e388025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b4e38803e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b4e387ead0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b4e38ec7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b4e38ec7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b4e38ec6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b4e38ec4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b4e38ec4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b4e38ec4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b4e39327db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b4e39327db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b4e393276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b4e383bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f4e579cbd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4e3877ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b4e3877ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b4e38ebf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b4e38ebece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b4e38ebc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b4e38ebc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b4e38eebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b4e387e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b4e388e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b4e388e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b4e388e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b4e387e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b4e3878a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b4e3878a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b4e388e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b4e388e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b4e38ec80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b4e38ec78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4e3877b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4e3877b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4e387fb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4e387fb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b4e3879a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b4e3878a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b4e3878a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b4e38890ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b4e3878a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b4e3878a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b4e388e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b4e388e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b4e38ec80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b4e38ec78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b4e38ec4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b4e38ec4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b4e38ec4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b4e39327db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b4e39327db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b4e393276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b4e383bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4e3877b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4e3877b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4e387fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4e387fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4e38ebee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4e38ebc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b4e38ebc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b4e38eebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b4e387e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b4e388e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b4e388e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b4e388e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b4e387e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b4e3878a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b4e3878a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b4e388e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b4e388e1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4e38812bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4e38819fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4e38832524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b4e38832524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b4e38832524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b4e3879a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b4e3879a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b4e38801acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b4e388025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b4e388025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b4e388025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b4e387fe5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b4e387de92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b4e387e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b4e388e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b4e388e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b4e388e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b4e387e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b4e3878a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b4e3878a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b4e38890ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b4e3878a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b4e3878a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b4e3878ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b4e3878ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b4e388e2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b4e388e2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b4e38ec75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4e3877b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4e3877b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4e387fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4e387fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4e38ebee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b4e38ebc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b4e38ebc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b4e38eebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b4e387e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b4e388e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b4e388e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b4e388e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b4e387e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b4e387e5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4e38812bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4e38814424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b4e38814424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b4e38ebf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b4e38ebec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b4e38ebc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b4e38ebc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b4e38eeb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b4e387e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b4e388e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b4e388e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b4e388e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b4e387e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b4e3878a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b4e3878a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b4e388e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b4e388e2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b4e388e2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b4e388e2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b4e38ec75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b4e38ec4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b4e38ec4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b4e38ec4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4e3877ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b4e3877ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b4e38ebf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4e38ebc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b4e38ebc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b4e38eebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b4e387e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b4e388e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b4e388e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b4e388e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b4e387e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b4e3878a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4e387bc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b4e387bc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b4e38ebe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4e38ebc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b4e38ebc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b4e38eebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b4e387e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b4e388e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b4e388e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b4e388e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b4e387e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b4e3878a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4e387bc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b4e387bc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b4e38ebe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b4e38ebee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b4e38ebec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b4e38ebc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b4e38ebc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b4e38eebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b4e387e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b4e388e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b4e388e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b4e388e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b4e387e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b4e3888e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b4e3888e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b4e38886d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b4e38886d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b4e38886d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b4e38862de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b4e38862de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b4e3889288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b4e3878b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b4e3878a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b4e3878a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b4e388e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b4e388e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b4e38ec80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463624 byte(s) leaked in 8684 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/b64k/0025fc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/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 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b977e30a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b977e30a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b977e461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b977e461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b977ea480c4 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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 247657
DEBUG    ya.test:process.py:259 Command (pid 247657) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 247657) elapsed time (sec): 22.2370662689209
DEBUG    ya.test:process.py:263 Command (pid 247657) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 247657) inblock: 8
DEBUG    ya.test:process.py:263 Command (pid 247657) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 247657) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 247657) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 247657) maxrss: 1528196
DEBUG    ya.test:process.py:263 Command (pid 247657) minflt: 994257
DEBUG    ya.test:process.py:263 Command (pid 247657) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 247657) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 247657) nivcsw: 2947
DEBUG    ya.test:process.py:263 Command (pid 247657) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 247657) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 247657) nvcsw: 106608
DEBUG    ya.test:process.py:263 Command (pid 247657) oublock: 9656
DEBUG    ya.test:process.py:263 Command (pid 247657) stime: 4.39808
DEBUG    ya.test:process.py:263 Command (pid 247657) utime: 13.50869
DEBUG    ya.test:process.py:263 Command (pid 247657) wtime: 22.24
DEBUG    ya.test:process.py:275 Command (pid 247657) output:
2026-01-28T17:34:53.732394Z Fetching udfs...
2026-01-28T17:34:54.382995Z Initialization of fq runner...
2026-01-28T17:34:58.752902Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.976022s
2026-01-28T17:34:59.734754Z Fetching query results...
2026-01-28T17:34:59.734795Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 247657) errors:
...0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b977e3e2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b977e2fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b977e2fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b977e37ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b977e37ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b977ea3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b977ea3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b977ea40090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b977ea40090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b977e41182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b977e30a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b977e30a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b977e461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b977e461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b977ea480c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b977e392bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b977e399fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b977e314d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b977e31dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b977ea473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b977ea471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b977ea46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b977ea44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b977ea44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b977ea44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b977eea7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b977eea7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b977eea76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b977df3b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f979d552d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b977e2fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b977e2fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b977e37b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b977e37b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b977e414686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b977e414686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b977e410dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b977e30a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b977e30a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b977e461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b977e461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b977ea480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b977ea478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b977ea44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b977ea44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b977ea44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b977eea7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b977eea7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b977eea76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b977df3b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b977e392bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b977e394424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b977e394424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b977ea3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b977ea3ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b977ea3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b977ea3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b977ea6b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b977e36741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b977e4647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b977e4647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b977e4647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b977e366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b977e30a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b977e30a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b977e461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b977e462e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b977e462e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b977e462e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b977ea475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b977ea44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b977ea44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b977ea44ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b977e392bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b977e399fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b977e3b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b977e3b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b977e3b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b977e31a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b977e31a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b977e381acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b977e3825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b977e3825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b977e3825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b977e383e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b977e36ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b977ea47044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b977ea47044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b977ea46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b977ea44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b977ea44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b977ea44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b977eea7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b977eea7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b977eea76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b977df3b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f979d552d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b977e2fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b977e2fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b977ea3f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b977ea3ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b977ea3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b977ea3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b977ea6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b977e36741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b977e4647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b977e4647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b977e4647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b977e366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b977e30a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b977e30a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b977e461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b977e461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b977ea480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b977ea478d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b977e2fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b977e2fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b977e37b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b977e37b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b977e31a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b977e30a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b977e30a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b977e410ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b977e30a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b977e30a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b977e461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b977e461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b977ea480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b977ea478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b977ea44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b977ea44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b977ea44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b977eea7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b977eea7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b977eea76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b977df3b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b977e2fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b977e2fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b977e37ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b977e37ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b977ea3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b977ea3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b977ea3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b977ea6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b977e36741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b977e4647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b977e4647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b977e4647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b977e366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b977e30a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b977e30a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b977e461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b977e461a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b977e392bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b977e399fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b977e3b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b977e3b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b977e3b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b977e31a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b977e31a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b977e381acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b977e3825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b977e3825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b977e3825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b977e37e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b977e35e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b977e36741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b977e4647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b977e4647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b977e4647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b977e366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b977e30a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b977e30a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b977e410ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b977e30a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b977e30a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b977e30ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b977e30ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b977e462e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b977e462e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b977ea475c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b977e2fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b977e2fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b977e37ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b977e37ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b977ea3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b977ea3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b977ea3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b977ea6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b977e36741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b977e4647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b977e4647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b977e4647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b977e366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b977e365fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b977e392bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b977e394424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b977e394424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b977ea3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b977ea3ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b977ea3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b977ea3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b977ea6b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b977e36741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b977e4647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b977e4647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b977e4647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b977e366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b977e30a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b977e30a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b977e461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b977e462e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b977e462e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b977e462e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b977ea475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b977ea44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b977ea44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b977ea44ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b977e2fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b977e2fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b977ea3f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b977ea3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b977ea3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b977ea6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b977e36741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b977e4647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b977e4647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b977e4647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b977e366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b977e30a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b977e33c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b977e33c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b977ea3e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b977ea3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b977ea3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b977ea6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b977e36741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b977e4647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b977e4647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b977e4647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b977e366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b977e30a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b977e33c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b977e33c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b977ea3e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b977ea3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b977ea3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b977ea6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b977e36741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b977e4647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b977e4647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b977e4647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b977e366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b977e30a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b977e30a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b977e461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b977e461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b977ea480c4 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'...0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b977e3e2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b977e2fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b977e2fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b977e37ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b977e37ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b977ea3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b977ea3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b977ea40090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b977ea40090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b977e41182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b977e30a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b977e30a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b977e461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b977e461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b977ea480c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b977e392bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b977e399fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b977e314d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b977e31dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b977ea473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b977ea471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b977ea46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b977ea44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b977ea44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b977ea44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b977eea7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b977eea7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b977eea76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b977df3b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f979d552d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b977e2fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b977e2fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b977e37b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b977e37b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b977e414686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b977e414686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b977e410dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b977e30a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b977e30a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b977e461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b977e461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b977ea480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b977ea478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b977ea44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b977ea44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b977ea44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b977eea7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b977eea7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b977eea76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b977df3b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b977e392bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b977e394424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b977e394424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b977ea3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b977ea3ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b977ea3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b977ea3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b977ea6b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b977e36741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b977e4647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b977e4647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b977e4647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b977e366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b977e30a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b977e30a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b977e461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b977e462e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b977e462e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b977e462e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b977ea475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b977ea44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b977ea44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b977ea44ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b977e392bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b977e399fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b977e3b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b977e3b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b977e3b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b977e31a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b977e31a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b977e381acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b977e3825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b977e3825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b977e3825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b977e383e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b977e36ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b977ea47044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b977ea47044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b977ea46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b977ea44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b977ea44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b977ea44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b977eea7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b977eea7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b977eea76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b977df3b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f979d552d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b977e2fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b977e2fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b977ea3f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b977ea3ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b977ea3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b977ea3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b977ea6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b977e36741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b977e4647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b977e4647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b977e4647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b977e366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b977e30a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b977e30a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b977e461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b977e461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b977ea480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b977ea478d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b977e2fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b977e2fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b977e37b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b977e37b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b977e31a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b977e30a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b977e30a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b977e410ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b977e30a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b977e30a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b977e461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b977e461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b977ea480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b977ea478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b977ea44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b977ea44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b977ea44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b977eea7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b977eea7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b977eea76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b977df3b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b977e2fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b977e2fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b977e37ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b977e37ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b977ea3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b977ea3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b977ea3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b977ea6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b977e36741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b977e4647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b977e4647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b977e4647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b977e366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b977e30a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b977e30a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b977e461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b977e461a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b977e392bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b977e399fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b977e3b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b977e3b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b977e3b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b977e31a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b977e31a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b977e381acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b977e3825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b977e3825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b977e3825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b977e37e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b977e35e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b977e36741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b977e4647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b977e4647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b977e4647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b977e366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b977e30a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b977e30a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b977e410ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b977e30a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b977e30a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b977e30ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b977e30ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b977e462e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b977e462e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b977ea475c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b977e2fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b977e2fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b977e37ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b977e37ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b977ea3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b977ea3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b977ea3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b977ea6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b977e36741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b977e4647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b977e4647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b977e4647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b977e366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b977e365fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b977e392bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b977e394424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b977e394424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b977ea3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b977ea3ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b977ea3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b977ea3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b977ea6b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b977e36741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b977e4647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b977e4647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b977e4647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b977e366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b977e30a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b977e30a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b977e461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b977e462e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b977e462e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b977e462e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b977ea475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b977ea44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b977ea44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b977ea44ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b977e2fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b977e2fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b977ea3f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b977ea3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b977ea3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b977ea6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b977e36741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b977e4647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b977e4647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b977e4647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b977e366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b977e30a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b977e33c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b977e33c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b977ea3e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b977ea3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b977ea3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b977ea6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b977e36741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b977e4647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b977e4647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b977e4647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b977e366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b977e30a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b977e33c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b977e33c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b977ea3e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b977ea3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b977ea3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b977ea3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b977ea3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b977ea6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b977e36741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b977e4647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b977e4647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b977e4647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b977e366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b977e40e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b977e40e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b977e406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b977e406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b977e406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b977e3e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b977e3e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b977e41288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b977e30b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b977e30a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b977e30a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b977e461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b977e461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b977ea480c4 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/b64k/0025fc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/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 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b702987a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b702987a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b70299d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b70299d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b7029fb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463571 byte(s) leaked in 8683 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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 252086
DEBUG    ya.test:process.py:259 Command (pid 252086) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 252086) elapsed time (sec): 27.845632553100586
DEBUG    ya.test:process.py:263 Command (pid 252086) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 252086) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 252086) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 252086) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 252086) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 252086) maxrss: 1543612
DEBUG    ya.test:process.py:263 Command (pid 252086) minflt: 992170
DEBUG    ya.test:process.py:263 Command (pid 252086) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 252086) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 252086) nivcsw: 2944
DEBUG    ya.test:process.py:263 Command (pid 252086) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 252086) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 252086) nvcsw: 100134
DEBUG    ya.test:process.py:263 Command (pid 252086) oublock: 9624
DEBUG    ya.test:process.py:263 Command (pid 252086) stime: 4.238108
DEBUG    ya.test:process.py:263 Command (pid 252086) utime: 13.770856
DEBUG    ya.test:process.py:263 Command (pid 252086) wtime: 27.858
DEBUG    ya.test:process.py:275 Command (pid 252086) output:
2026-01-28T17:35:16.488216Z Fetching udfs...
2026-01-28T17:35:17.190315Z Initialization of fq runner...
2026-01-28T17:35:24.420753Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.595329s
2026-01-28T17:35:26.023871Z Fetching query results...
2026-01-28T17:35:26.023899Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 252086) errors:
...cts/typeobject.c:1667:11
    #11 0x7b70298799af in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #12 0x7b7029980ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #13 0x7b70298a00f6 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #14 0x7b70298a00f6 in method_vectorcall /-S/contrib/tools/python3/Objects/classobject.c:69:20
    #15 0x7b7029980601 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b7029980601 in _PyObject_CallNoArgs /-S/contrib/tools/python3/Include/internal/pycore_call.h:108:12
    #17 0x7b7029980601 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2515:19
    #18 0x7b702987afae in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b702987afae in PyObject_VectorcallMethod /-S/contrib/tools/python3/Objects/call.c:887:24
    #20 0x7b70299d02be in PyObject_CallMethodOneArg /-S/contrib/tools/python3/Include/cpython/abstract.h:103:12
    #21 0x7b70299d02be in import_ensure_initialized /-S/contrib/tools/python3/Python/import.c:282:27
    #22 0x7b70299d1e67 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2886:13
    #23 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #36 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #37 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #38 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #39 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #40 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #41 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #42 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #43 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #44 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #45 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #46 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #47 0x7b702987b31a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b702986b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b702986b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b70298eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b70298eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b7029faee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b7029fac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b7029fb0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b7029fb0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b702998182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b702987a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b702987a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b70299d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b70299d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b7029fb80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7029902bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7029909fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b7029884d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b702988dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b7029fb73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b7029fb71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b7029fb6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b7029fb4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b7029fb4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b7029fb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b702a417db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b702a417db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b702a4176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b70294ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f7048abbd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b702986b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b702986b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b70298eb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b70298eb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b7029984686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b7029984686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b7029980dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b702987a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b702987a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b70299d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b70299d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b7029fb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b7029fb78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b7029fb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b7029fb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b7029fb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b702a417db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b702a417db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b702a4176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b70294ab928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7029902bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7029904424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b7029904424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b7029faf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b7029faec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b7029fac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b7029fac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b7029fdb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b70298d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b70299d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b70299d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b70299d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b70298d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b702987a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b702987a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b70299d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b70299d2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b70299d2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b70299d2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b7029fb75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b7029fb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b7029fb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b7029fb4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7029902bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7029909fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b7029922524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b7029922524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b7029922524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b702988a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b702988a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b70298f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b70298f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b70298f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b70298f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b70298f3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b70298dad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b7029fb7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b7029fb7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b7029fb6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b7029fb4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b7029fb4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b7029fb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b702a417db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b702a417db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b702a4176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b70294ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f7048abbd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b702986ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b702986ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b7029faf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b7029faece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b7029fac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b7029fac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b7029fdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b70298d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b70299d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b70299d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b70299d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b70298d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b702987a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b702987a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b70299d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b70299d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b7029fb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b7029fb78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b702986b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b702986b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b70298eb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b70298eb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b702988a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b702987a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b702987a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b7029980ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b702987a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b702987a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b70299d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b70299d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b7029fb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b7029fb78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b7029fb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b7029fb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b7029fb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b702a417db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b702a417db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b702a4176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b70294ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b702986b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b702986b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b70298eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b70298eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b7029faee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7029fac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b7029fac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b7029fdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b70298d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b70299d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b70299d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b70299d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b70298d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b702987a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b702987a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b70299d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b70299d1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7029902bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7029909fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b7029922524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b7029922524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b7029922524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b702988a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b702988a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b70298f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b70298f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b70298f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b70298f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b70298ee5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b70298ce92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b70298d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b70299d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b70299d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b70299d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b70298d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b702987a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b702987a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b7029980ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b702987a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b702987a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b702987ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b702987ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b70299d2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b70299d2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b7029fb75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b702986b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b702986b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b70298eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b70298eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b7029faee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b7029fac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b7029fac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b7029fdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b70298d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b70299d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b70299d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b70299d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b70298d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b70298d5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7029902bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7029904424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b7029904424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b7029faf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b7029faec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b7029fac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b7029fac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b7029fdb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b70298d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b70299d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b70299d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b70299d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b70298d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b702987a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b702987a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b70299d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b70299d2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b70299d2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b70299d2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b7029fb75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b7029fb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b7029fb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b7029fb4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b702986ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b702986ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b7029faf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b7029fac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b7029fac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b7029fdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b70298d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b70299d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b70299d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b70299d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b70298d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b702987a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b70298ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b70298ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b7029fae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b7029fac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b7029fac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b7029fdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b70298d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b70299d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b70299d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b70299d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b70298d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b702987a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b70298ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b70298ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b7029fae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b7029fac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b7029fac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b7029fdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b70298d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b70299d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b70299d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b70299d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b70298d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b702987a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b702987a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b70299d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b70299d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b7029fb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463571 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 0x7b70298799af in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #12 0x7b7029980ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #13 0x7b70298a00f6 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #14 0x7b70298a00f6 in method_vectorcall /-S/contrib/tools/python3/Objects/classobject.c:69:20\n    #15 0x7b7029980601 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b7029980601 in _PyObject_CallNoArgs /-S/contrib/tools/python3/Include/internal/pycore_call.h:108:12\n    #17 0x7b7029980601 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2515:19\n    #18 0x7b702987afae in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b702987afae in PyObject_VectorcallMethod /-S/contrib/tools/python3/Objects/call.c:887:24\n    #20 0x7b70299d02be in PyObject_CallMethodOneArg /-S/contrib/tools/python3/Include/cpython/abstract.h:103:12\n    #21 0x7b70299d02be in import_ensure_initialized /-S/contrib/tools/python3/Python/import.c:282:27\n    #22 0x7b70299d1e67 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2886:13\n    #23 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #36 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #37 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #38 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #39 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #40 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #41 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #42 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #43 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #44 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #45 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #46 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #47 0x7b702987b31a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b702986b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b702986b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b70298eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b70298eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b7029faee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b7029fac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b7029fb0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b7029fb0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b702998182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b702987a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b702987a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b70299d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b70299d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b7029fb80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7029902bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7029909fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b7029884d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b702988dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b7029fb73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b7029fb71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b7029fb6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b7029fb4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b7029fb4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b7029fb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b702a417db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b702a417db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b702a4176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b70294ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f7048abbd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b702986b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b702986b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b70298eb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b70298eb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b7029984686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b7029984686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b7029980dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b702987a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b702987a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b70299d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b70299d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b7029fb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b7029fb78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b7029fb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b7029fb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b7029fb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b702a417db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b702a417db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b702a4176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b70294ab928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7029902bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7029904424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b7029904424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b7029faf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b7029faec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b7029fac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b7029fac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b7029fdb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b70298d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b70299d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b70299d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b70299d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b70298d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b702987a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b702987a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b70299d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b70299d2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b70299d2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b70299d2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b7029fb75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b7029fb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b7029fb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b7029fb4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7029902bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7029909fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b7029922524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b7029922524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b7029922524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b702988a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b702988a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b70298f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b70298f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b70298f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b70298f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b70298f3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b70298dad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b7029fb7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b7029fb7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b7029fb6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b7029fb4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b7029fb4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b7029fb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b702a417db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b702a417db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b702a4176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b70294ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f7048abbd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b702986ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b702986ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b7029faf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b7029faece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b7029fac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b7029fac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b7029fdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b70298d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b70299d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b70299d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b70299d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b70298d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b702987a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b702987a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b70299d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b70299d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b7029fb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b7029fb78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b702986b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b702986b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b70298eb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b70298eb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b702988a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b702987a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b702987a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b7029980ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b702987a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b702987a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b70299d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b70299d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b7029fb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b7029fb78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b7029fb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b7029fb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b7029fb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b702a417db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b702a417db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b702a4176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b70294ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b702986b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b702986b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b70298eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b70298eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b7029faee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7029fac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b7029fac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b7029fdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b70298d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b70299d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b70299d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b70299d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b70298d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b702987a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b702987a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b70299d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b70299d1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7029902bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7029909fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b7029922524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b7029922524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b7029922524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b702988a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b702988a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b70298f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b70298f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b70298f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b70298f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b70298ee5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b70298ce92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b70298d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b70299d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b70299d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b70299d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b70298d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b702987a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b702987a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b7029980ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b702987a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b702987a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b702987ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b702987ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b70299d2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b70299d2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b7029fb75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b702986b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b702986b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b70298eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b70298eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b7029faee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b7029fac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b7029fac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b7029fdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b70298d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b70299d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b70299d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b70299d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b70298d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b70298d5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7029902bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7029904424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b7029904424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b7029faf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b7029faec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b7029fac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b7029fac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b7029fdb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b70298d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b70299d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b70299d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b70299d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b70298d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b702987a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b702987a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b70299d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b70299d2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b70299d2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b70299d2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b7029fb75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b7029fb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b7029fb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b7029fb4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b702986ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b702986ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b7029faf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b7029fac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b7029fac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b7029fdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b70298d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b70299d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b70299d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b70299d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b70298d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b702987a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b70298ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b70298ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b7029fae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b7029fac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b7029fac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b7029fdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b70298d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b70299d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b70299d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b70299d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b70298d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b702987a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b70298ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b70298ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b7029fae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b7029faee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b7029faec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b7029fac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b7029fac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b7029fdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b70298d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b70299d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b70299d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b70299d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b70298d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b702997e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b702997e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b7029976d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b7029976d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b7029976d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b7029952de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b7029952de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b702998288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b702987b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b702987a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b702987a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b70299d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b70299d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b7029fb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463571 byte(s) leaked in 8683 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/b64k/0025fc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/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 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bd5b17ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bd5b17ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bd5b1941c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bd5b1941a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bd5b1f280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463581 byte(s) leaked in 8683 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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 256447
DEBUG    ya.test:process.py:259 Command (pid 256447) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 256447) elapsed time (sec): 24.91288113594055
DEBUG    ya.test:process.py:263 Command (pid 256447) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 256447) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 256447) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 256447) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 256447) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 256447) maxrss: 1544144
DEBUG    ya.test:process.py:263 Command (pid 256447) minflt: 1014177
DEBUG    ya.test:process.py:263 Command (pid 256447) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 256447) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 256447) nivcsw: 2580
DEBUG    ya.test:process.py:263 Command (pid 256447) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 256447) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 256447) nvcsw: 104543
DEBUG    ya.test:process.py:263 Command (pid 256447) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 256447) stime: 5.916451
DEBUG    ya.test:process.py:263 Command (pid 256447) utime: 13.913843
DEBUG    ya.test:process.py:263 Command (pid 256447) wtime: 24.916
DEBUG    ya.test:process.py:275 Command (pid 256447) output:
2026-01-28T17:35:44.608587Z Fetching udfs...
2026-01-28T17:35:45.235527Z Initialization of fq runner...
2026-01-28T17:35:51.241001Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.711864s
2026-01-28T17:35:52.962758Z Fetching query results...
2026-01-28T17:35:52.962783Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 256447) errors:
...cts/typeobject.c:1667:11
    #11 0x7bd5b17e99af in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #12 0x7bd5b18f0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #13 0x7bd5b18100f6 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #14 0x7bd5b18100f6 in method_vectorcall /-S/contrib/tools/python3/Objects/classobject.c:69:20
    #15 0x7bd5b18f0601 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bd5b18f0601 in _PyObject_CallNoArgs /-S/contrib/tools/python3/Include/internal/pycore_call.h:108:12
    #17 0x7bd5b18f0601 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2515:19
    #18 0x7bd5b17eafae in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bd5b17eafae in PyObject_VectorcallMethod /-S/contrib/tools/python3/Objects/call.c:887:24
    #20 0x7bd5b19402be in PyObject_CallMethodOneArg /-S/contrib/tools/python3/Include/cpython/abstract.h:103:12
    #21 0x7bd5b19402be in import_ensure_initialized /-S/contrib/tools/python3/Python/import.c:282:27
    #22 0x7bd5b1941e67 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2886:13
    #23 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #36 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #37 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #38 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #39 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #40 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #41 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #42 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #43 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #44 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #45 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #46 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #47 0x7bd5b17eb31a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd5b17db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd5b17db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd5b185ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd5b185ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd5b1f1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bd5b1f1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bd5b1f20090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bd5b1f20090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bd5b18f182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bd5b17ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bd5b17ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bd5b1941c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bd5b1941a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bd5b1f280c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd5b1872bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd5b1879fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd5b17f4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bd5b17fdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bd5b1f273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bd5b1f271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bd5b1f26f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bd5b1f24a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bd5b1f24a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bd5b1f24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bd5b2387db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bd5b2387db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd5b23876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd5b141b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fd5d0a31d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd5b17db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd5b17db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd5b185b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd5b185b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bd5b18f4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bd5b18f4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bd5b18f0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bd5b17ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bd5b17ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bd5b1941c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bd5b1941a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bd5b1f280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bd5b1f278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bd5b1f24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bd5b1f24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bd5b1f24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bd5b2387db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bd5b2387db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd5b23876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd5b141b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd5b1872bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd5b1874424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd5b1874424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd5b1f1f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd5b1f1ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bd5b1f1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bd5b1f1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bd5b1f4b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bd5b184741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bd5b19447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bd5b19447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bd5b19447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bd5b1846214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bd5b17ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bd5b17ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bd5b1941c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bd5b1942e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bd5b1942e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bd5b1942e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bd5b1f275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bd5b1f24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bd5b1f24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bd5b1f24ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd5b1872bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd5b1879fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd5b1892524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bd5b1892524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bd5b1892524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bd5b17fa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bd5b17fa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bd5b1861acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bd5b18625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bd5b18625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bd5b18625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bd5b1863e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bd5b184ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bd5b1f27044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bd5b1f27044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bd5b1f26f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bd5b1f24a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bd5b1f24a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bd5b1f24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bd5b2387db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bd5b2387db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd5b23876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd5b141b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fd5d0a31d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd5b17ded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bd5b17ded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bd5b1f1f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bd5b1f1ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bd5b1f1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bd5b1f1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bd5b1f4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bd5b184741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bd5b19447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bd5b19447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bd5b19447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bd5b1846214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bd5b17ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bd5b17ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bd5b1941c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bd5b1941a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bd5b1f280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bd5b1f278d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd5b17db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd5b17db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd5b185b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd5b185b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bd5b17fa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bd5b17ea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bd5b17ea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bd5b18f0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bd5b17ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bd5b17ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bd5b1941c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bd5b1941a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bd5b1f280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bd5b1f278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bd5b1f24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bd5b1f24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bd5b1f24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bd5b2387db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bd5b2387db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd5b23876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd5b141b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd5b17db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd5b17db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd5b185ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd5b185ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd5b1f1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd5b1f1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bd5b1f1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bd5b1f4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bd5b184741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bd5b19447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bd5b19447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bd5b19447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bd5b1846214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bd5b17ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bd5b17ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bd5b1941c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bd5b1941a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd5b1872bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd5b1879fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd5b1892524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bd5b1892524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bd5b1892524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bd5b17fa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bd5b17fa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bd5b1861acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bd5b18625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bd5b18625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bd5b18625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bd5b185e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bd5b183e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bd5b184741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bd5b19447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bd5b19447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bd5b19447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bd5b1846214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bd5b17ea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd5b17ea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bd5b18f0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bd5b17ea511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bd5b17ea511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bd5b17eab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bd5b17eab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bd5b1942e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bd5b1942e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bd5b1f275c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd5b17db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd5b17db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd5b185ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd5b185ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd5b1f1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bd5b1f1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bd5b1f1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bd5b1f4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bd5b184741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bd5b19447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bd5b19447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bd5b19447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bd5b1846214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bd5b1845fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd5b1872bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd5b1874424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd5b1874424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd5b1f1f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd5b1f1ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bd5b1f1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bd5b1f1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bd5b1f4b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bd5b184741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bd5b19447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bd5b19447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bd5b19447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bd5b1846214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bd5b17ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bd5b17ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bd5b1941c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bd5b1942e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bd5b1942e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bd5b1942e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bd5b1f275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bd5b1f24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bd5b1f24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bd5b1f24ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd5b17ded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bd5b17ded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bd5b1f1f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd5b1f1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bd5b1f1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bd5b1f4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bd5b184741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bd5b19447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bd5b19447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bd5b19447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bd5b1846214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bd5b17ea7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd5b181c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bd5b181c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bd5b1f1e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd5b1f1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bd5b1f1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bd5b1f4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bd5b184741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bd5b19447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bd5b19447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bd5b19447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bd5b1846214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bd5b17ea7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd5b181c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bd5b181c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bd5b1f1e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bd5b1f1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bd5b1f1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bd5b1f4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bd5b184741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bd5b19447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bd5b19447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bd5b19447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bd5b1846214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bd5b17ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bd5b17ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bd5b1941c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bd5b1941a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bd5b1f280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463581 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 0x7bd5b17e99af in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #12 0x7bd5b18f0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #13 0x7bd5b18100f6 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #14 0x7bd5b18100f6 in method_vectorcall /-S/contrib/tools/python3/Objects/classobject.c:69:20\n    #15 0x7bd5b18f0601 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bd5b18f0601 in _PyObject_CallNoArgs /-S/contrib/tools/python3/Include/internal/pycore_call.h:108:12\n    #17 0x7bd5b18f0601 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2515:19\n    #18 0x7bd5b17eafae in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bd5b17eafae in PyObject_VectorcallMethod /-S/contrib/tools/python3/Objects/call.c:887:24\n    #20 0x7bd5b19402be in PyObject_CallMethodOneArg /-S/contrib/tools/python3/Include/cpython/abstract.h:103:12\n    #21 0x7bd5b19402be in import_ensure_initialized /-S/contrib/tools/python3/Python/import.c:282:27\n    #22 0x7bd5b1941e67 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2886:13\n    #23 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #36 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #37 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #38 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #39 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #40 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #41 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #42 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #43 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #44 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #45 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #46 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #47 0x7bd5b17eb31a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd5b17db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd5b17db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd5b185ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd5b185ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd5b1f1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bd5b1f1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bd5b1f20090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bd5b1f20090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bd5b18f182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bd5b17ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bd5b17ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bd5b1941c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bd5b1941a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bd5b1f280c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd5b1872bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd5b1879fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd5b17f4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bd5b17fdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bd5b1f273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bd5b1f271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bd5b1f26f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bd5b1f24a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bd5b1f24a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bd5b1f24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bd5b2387db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bd5b2387db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bd5b23876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bd5b141b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fd5d0a31d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd5b17db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd5b17db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd5b185b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd5b185b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bd5b18f4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bd5b18f4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bd5b18f0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bd5b17ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bd5b17ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bd5b1941c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bd5b1941a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bd5b1f280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bd5b1f278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bd5b1f24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bd5b1f24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bd5b1f24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bd5b2387db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bd5b2387db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bd5b23876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bd5b141b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd5b1872bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd5b1874424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd5b1874424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd5b1f1f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd5b1f1ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bd5b1f1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bd5b1f1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bd5b1f4b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bd5b184741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bd5b19447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bd5b19447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bd5b19447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bd5b1846214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bd5b17ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bd5b17ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bd5b1941c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bd5b1942e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bd5b1942e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bd5b1942e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bd5b1f275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bd5b1f24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bd5b1f24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bd5b1f24ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd5b1872bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd5b1879fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd5b1892524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bd5b1892524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bd5b1892524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bd5b17fa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bd5b17fa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bd5b1861acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bd5b18625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bd5b18625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bd5b18625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bd5b1863e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bd5b184ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bd5b1f27044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bd5b1f27044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bd5b1f26f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bd5b1f24a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bd5b1f24a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bd5b1f24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bd5b2387db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bd5b2387db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bd5b23876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bd5b141b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fd5d0a31d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd5b17ded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bd5b17ded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bd5b1f1f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bd5b1f1ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bd5b1f1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bd5b1f1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bd5b1f4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bd5b184741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bd5b19447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bd5b19447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bd5b19447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bd5b1846214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bd5b17ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bd5b17ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bd5b1941c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bd5b1941a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bd5b1f280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bd5b1f278d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd5b17db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd5b17db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd5b185b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd5b185b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bd5b17fa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bd5b17ea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bd5b17ea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bd5b18f0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bd5b17ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bd5b17ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bd5b1941c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bd5b1941a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bd5b1f280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bd5b1f278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bd5b1f24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bd5b1f24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bd5b1f24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bd5b2387db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bd5b2387db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bd5b23876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bd5b141b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd5b17db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd5b17db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd5b185ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd5b185ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd5b1f1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd5b1f1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bd5b1f1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bd5b1f4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bd5b184741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bd5b19447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bd5b19447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bd5b19447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bd5b1846214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bd5b17ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bd5b17ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bd5b1941c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bd5b1941a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd5b1872bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd5b1879fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd5b1892524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bd5b1892524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bd5b1892524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bd5b17fa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bd5b17fa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bd5b1861acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bd5b18625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bd5b18625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bd5b18625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bd5b185e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bd5b183e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bd5b184741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bd5b19447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bd5b19447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bd5b19447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bd5b1846214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bd5b17ea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd5b17ea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bd5b18f0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bd5b17ea511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bd5b17ea511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bd5b17eab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bd5b17eab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bd5b1942e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bd5b1942e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bd5b1f275c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd5b17db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd5b17db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd5b185ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd5b185ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd5b1f1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bd5b1f1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bd5b1f1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bd5b1f4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bd5b184741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bd5b19447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bd5b19447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bd5b19447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bd5b1846214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bd5b1845fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd5b1872bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd5b1874424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd5b1874424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd5b1f1f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd5b1f1ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bd5b1f1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bd5b1f1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bd5b1f4b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bd5b184741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bd5b19447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bd5b19447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bd5b19447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bd5b1846214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bd5b17ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bd5b17ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bd5b1941c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bd5b1942e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bd5b1942e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bd5b1942e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bd5b1f275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bd5b1f24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bd5b1f24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bd5b1f24ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd5b17ded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bd5b17ded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bd5b1f1f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd5b1f1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bd5b1f1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bd5b1f4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bd5b184741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bd5b19447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bd5b19447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bd5b19447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bd5b1846214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bd5b17ea7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd5b181c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bd5b181c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bd5b1f1e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd5b1f1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bd5b1f1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bd5b1f4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bd5b184741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bd5b19447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bd5b19447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bd5b19447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bd5b1846214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bd5b17ea7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd5b181c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bd5b181c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bd5b1f1e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bd5b1f1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bd5b1f1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bd5b1f1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bd5b1f1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bd5b1f4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bd5b184741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bd5b19447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bd5b19447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bd5b19447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bd5b1846214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bd5b18ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bd5b18ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bd5b18e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bd5b18e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bd5b18e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bd5b18c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bd5b18c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd5b18f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bd5b17eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bd5b17ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bd5b17ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bd5b1941c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bd5b1941a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bd5b1f280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463581 byte(s) leaked in 8683 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/b64k/0025fc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/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 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b369efba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b369efba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b369f111c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b369f111a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b369f6f80c4 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/b64k/0025fc/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/b64k/0025fc/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/b64k/0025fc/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 260468
DEBUG    ya.test:process.py:259 Command (pid 260468) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 260468) elapsed time (sec): 21.936895847320557
DEBUG    ya.test:process.py:263 Command (pid 260468) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 260468) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 260468) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 260468) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 260468) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 260468) maxrss: 1526064
DEBUG    ya.test:process.py:263 Command (pid 260468) minflt: 994006
DEBUG    ya.test:process.py:263 Command (pid 260468) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 260468) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 260468) nivcsw: 1127
DEBUG    ya.test:process.py:263 Command (pid 260468) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 260468) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 260468) nvcsw: 105870
DEBUG    ya.test:process.py:263 Command (pid 260468) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 260468) stime: 4.608982
DEBUG    ya.test:process.py:263 Command (pid 260468) utime: 13.520463
DEBUG    ya.test:process.py:263 Command (pid 260468) wtime: 21.961
DEBUG    ya.test:process.py:275 Command (pid 260468) output:
2026-01-28T17:36:10.104215Z Fetching udfs...
2026-01-28T17:36:10.810420Z Initialization of fq runner...
2026-01-28T17:36:15.115785Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.143816s
2026-01-28T17:36:16.273422Z Fetching query results...
2026-01-28T17:36:16.273453Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 260468) errors:
...0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b369f092de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b369efab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b369efab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b369f02ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b369f02ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b369f6eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b369f6ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b369f6f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b369f6f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b369f0c182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b369efba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b369efba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b369f111c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b369f111a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b369f6f80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b369f042bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b369f049fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b369efc4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b369efcdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b369f6f73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b369f6f71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b369f6f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b369f6f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b369f6f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b369f6f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b369fb57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b369fb57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b369fb576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b369ebeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f36be204d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b369efab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b369efab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b369f02b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b369f02b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b369f0c4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b369f0c4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b369f0c0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b369efba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b369efba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b369f111c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b369f111a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b369f6f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b369f6f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b369f6f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b369f6f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b369f6f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b369fb57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b369fb57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b369fb576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b369ebeb928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b369f042bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b369f044424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b369f044424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b369f6ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b369f6eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b369f6ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b369f6ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b369f71b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b369f01741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b369f1147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b369f1147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b369f1147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b369f016214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b369efba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b369efba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b369f111c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b369f112e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b369f112e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b369f112e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b369f6f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b369f6f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b369f6f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b369f6f4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b369f042bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b369f049fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b369f062524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b369f062524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b369f062524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b369efca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b369efca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b369f031acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b369f0325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b369f0325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b369f0325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b369f033e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b369f01ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b369f6f7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b369f6f7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b369f6f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b369f6f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b369f6f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b369f6f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b369fb57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b369fb57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b369fb576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b369ebeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f36be204d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b369efaed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b369efaed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b369f6ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b369f6eece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b369f6ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b369f6ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b369f71bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b369f01741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b369f1147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b369f1147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b369f1147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b369f016214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b369efba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b369efba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b369f111c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b369f111a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b369f6f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b369f6f78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b369efab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b369efab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b369f02b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b369f02b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b369efca356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b369efba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b369efba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b369f0c0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b369efba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b369efba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b369f111c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b369f111a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b369f6f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b369f6f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b369f6f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b369f6f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b369f6f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b369fb57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b369fb57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b369fb576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b369ebeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b369efab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b369efab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b369f02ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b369f02ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b369f6eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b369f6ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b369f6ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b369f71bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b369f01741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b369f1147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b369f1147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b369f1147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b369f016214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b369efba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b369efba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b369f111c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b369f111a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b369f042bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b369f049fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b369f062524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b369f062524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b369f062524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b369efca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b369efca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b369f031acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b369f0325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b369f0325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b369f0325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b369f02e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b369f00e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b369f01741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b369f1147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b369f1147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b369f1147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b369f016214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b369efba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b369efba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b369f0c0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b369efba511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b369efba511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b369efbab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b369efbab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b369f112e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b369f112e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b369f6f75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b369efab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b369efab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b369f02ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b369f02ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b369f6eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b369f6ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b369f6ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b369f71bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b369f01741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b369f1147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b369f1147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b369f1147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b369f016214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b369f015fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b369f042bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b369f044424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b369f044424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b369f6ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b369f6eec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b369f6ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b369f6ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b369f71b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b369f01741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b369f1147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b369f1147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b369f1147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b369f016214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b369efba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b369efba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b369f111c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b369f112e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b369f112e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b369f112e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b369f6f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b369f6f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b369f6f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b369f6f4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b369efaed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b369efaed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b369f6ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b369f6ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b369f6ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b369f71bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b369f01741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b369f1147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b369f1147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b369f1147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b369f016214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b369efba7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b369efec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b369efec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b369f6ee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b369f6ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b369f6ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b369f71bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b369f01741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b369f1147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b369f1147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b369f1147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b369f016214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b369efba7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b369efec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b369efec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b369f6ee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b369f6ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b369f6ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b369f71bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b369f01741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b369f1147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b369f1147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b369f1147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b369f016214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b369efba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b369efba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b369f111c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b369f111a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b369f6f80c4 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'...0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b369f092de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b369efab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b369efab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b369f02ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b369f02ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b369f6eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b369f6ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b369f6f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b369f6f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b369f0c182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b369efba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b369efba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b369f111c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b369f111a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b369f6f80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b369f042bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b369f049fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b369efc4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b369efcdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b369f6f73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b369f6f71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b369f6f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b369f6f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b369f6f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b369f6f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b369fb57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b369fb57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b369fb576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b369ebeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f36be204d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b369efab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b369efab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b369f02b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b369f02b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b369f0c4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b369f0c4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b369f0c0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b369efba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b369efba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b369f111c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b369f111a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b369f6f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b369f6f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b369f6f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b369f6f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b369f6f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b369fb57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b369fb57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b369fb576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b369ebeb928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b369f042bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b369f044424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b369f044424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b369f6ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b369f6eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b369f6ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b369f6ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b369f71b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b369f01741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b369f1147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b369f1147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b369f1147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b369f016214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b369efba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b369efba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b369f111c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b369f112e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b369f112e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b369f112e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b369f6f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b369f6f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b369f6f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b369f6f4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b369f042bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b369f049fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b369f062524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b369f062524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b369f062524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b369efca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b369efca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b369f031acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b369f0325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b369f0325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b369f0325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b369f033e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b369f01ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b369f6f7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b369f6f7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b369f6f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b369f6f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b369f6f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b369f6f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b369fb57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b369fb57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b369fb576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b369ebeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f36be204d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b369efaed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b369efaed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b369f6ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b369f6eece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b369f6ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b369f6ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b369f71bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b369f01741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b369f1147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b369f1147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b369f1147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b369f016214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b369efba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b369efba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b369f111c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b369f111a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b369f6f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b369f6f78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b369efab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b369efab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b369f02b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b369f02b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b369efca356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b369efba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b369efba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b369f0c0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b369efba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b369efba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b369f111c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b369f111a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b369f6f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b369f6f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b369f6f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b369f6f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b369f6f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b369fb57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b369fb57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b369fb576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b369ebeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b369efab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b369efab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b369f02ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b369f02ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b369f6eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b369f6ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b369f6ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b369f71bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b369f01741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b369f1147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b369f1147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b369f1147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b369f016214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b369efba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b369efba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b369f111c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b369f111a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b369f042bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b369f049fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b369f062524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b369f062524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b369f062524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b369efca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b369efca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b369f031acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b369f0325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b369f0325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b369f0325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b369f02e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b369f00e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b369f01741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b369f1147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b369f1147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b369f1147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b369f016214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b369efba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b369efba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b369f0c0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b369efba511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b369efba511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b369efbab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b369efbab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b369f112e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b369f112e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b369f6f75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b369efab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b369efab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b369f02ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b369f02ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b369f6eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b369f6ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b369f6ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b369f71bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b369f01741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b369f1147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b369f1147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b369f1147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b369f016214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b369f015fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b369f042bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b369f044424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b369f044424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b369f6ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b369f6eec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b369f6ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b369f6ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b369f71b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b369f01741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b369f1147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b369f1147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b369f1147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b369f016214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b369efba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b369efba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b369f111c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b369f112e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b369f112e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b369f112e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b369f6f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b369f6f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b369f6f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b369f6f4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b369efaed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b369efaed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b369f6ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b369f6ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b369f6ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b369f71bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b369f01741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b369f1147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b369f1147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b369f1147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b369f016214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b369efba7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b369efec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b369efec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b369f6ee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b369f6ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b369f6ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b369f71bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b369f01741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b369f1147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b369f1147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b369f1147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b369f016214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b369efba7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b369efec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b369efec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b369f6ee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b369f6eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b369f6eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b369f6ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b369f6ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b369f71bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b369f01741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b369f1147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b369f1147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b369f1147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b369f016214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b369f0be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b369f0be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b369f0b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b369f0b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b369f0b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b369f092de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b369f092de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b369f0c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b369efbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b369efba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b369efba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b369f111c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b369f111a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b369f6f80c4 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 ===============================
82.35s call     test_sql_streaming.py::test[hop-GroupByHop-default.txt]
34.06s call     test_sql_streaming.py::test[hop-GroupByHopByStringKey-default.txt]
27.93s call     test_sql_streaming.py::test[hop-GroupByHopPercentile-default.txt]
25.31s call     test_sql_streaming.py::test[hop-GroupByHopExprKey-default.txt]
25.03s call     test_sql_streaming.py::test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt]
23.63s call     test_sql_streaming.py::test[hop-GroupByHopListKey-default.txt]
22.32s call     test_sql_streaming.py::test[hop-GroupByHopNoKey-default.txt]
22.05s call     test_sql_streaming.py::test[hop-GroupByHopWithDataWatermarks-default.txt]
0.09s setup    test_sql_streaming.py::test[hop-GroupByHopExprKey-default.txt]
0.06s setup    test_sql_streaming.py::test[hop-GroupByHopListKey-default.txt]
0.06s setup    test_sql_streaming.py::test[hop-GroupByHopPercentile-default.txt]
0.04s setup    test_sql_streaming.py::test[hop-GroupByHop-default.txt]
0.03s setup    test_sql_streaming.py::test[hop-GroupByHopByStringKey-default.txt]
0.02s setup    test_sql_streaming.py::test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt]
0.02s setup    test_sql_streaming.py::test[hop-GroupByHopWithDataWatermarks-default.txt]
0.01s setup    test_sql_streaming.py::test[hop-GroupByHopNoKey-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/b64k/0025fc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_j9zber1u/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 0x7bd039b8b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bd039b8b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bd039ce216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bd039ce216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bd039c61df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bd039c61df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bd039be5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bd039b8a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bd039b8a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bd039b8a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bd039ce1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bd039ce1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bd03a2c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463376 byte(s) leaked in 8679 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopByStringKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_lwgyrerc/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 0x7bbe4edcb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bbe4edcb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bbe4ef2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bbe4ef2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bbe4eea1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bbe4eea1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bbe4ee25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bbe4edca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bbe4edca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bbe4edca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bbe4ef21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bbe4ef21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bbe4f5080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

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

SUMMARY: AddressSanitizer: 441365 byte(s) leaked in 8200 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopListKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_n9opgsie/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 0x7b4e3878b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b4e3878b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b4e388e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b4e388e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b4e38861df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b4e38861df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b4e387e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b4e3878a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b4e3878a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b4e3878a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b4e388e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b4e388e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b4e38ec80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463624 byte(s) leaked in 8684 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopNoKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_tq7ju94z/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 0x7b977e30b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b977e30b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b977e46216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b977e46216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b977e3e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b977e3e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b977e365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b977e30a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b977e30a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b977e30a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b977e461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b977e461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b977ea480c4 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/b64k/0025fc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_hxil4ug2/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 0x7b702987b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b702987b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b70299d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b70299d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b7029951df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b7029951df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b70298d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b702987a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b702987a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b702987a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b70299d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b70299d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b7029fb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463571 byte(s) leaked in 8683 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_65xr74x9/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 0x7bd5b17eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bd5b17eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bd5b194216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bd5b194216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bd5b18c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bd5b18c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bd5b1845fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bd5b17ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bd5b17ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bd5b17ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bd5b1941c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bd5b1941a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bd5b1f280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463581 byte(s) leaked in 8683 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopWithDataWatermarks-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/0025fc/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/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/0025fc/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_8k4k_zr8/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 0x7b369efbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b369efbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b369f11216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b369f11216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b369f091df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b369f091df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b369f015fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b369efba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b369efba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b369efba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b369f111c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b369f111a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b369f6f80c4 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 265.92s (0:04:25) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_njkcc9j9/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_njkcc9j9/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_njkcc9j9/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_njkcc9j9/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_njkcc9j9/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_njkcc9j9/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_njkcc9j9/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_njkcc9j9/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_njkcc9j9/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_njkcc9j9/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 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b3b4884a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b3b4884a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b3b4884a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b3b489a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b3b489a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b3b48f880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463586 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-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/b64k/002629/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/b64k/002629/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/b64k/002629/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/002629/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/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/b64k/002629/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_njkcc9j9/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_njkcc9j9/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_njkcc9j9/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_njkcc9j9/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_njkcc9j9/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_njkcc9j9/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_njkcc9j9/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_njkcc9j9/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_njkcc9j9/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_njkcc9j9/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_njkcc9j9' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 206227
DEBUG    ya.test:process.py:259 Command (pid 206227) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 206227) elapsed time (sec): 80.96909976005554
DEBUG    ya.test:process.py:263 Command (pid 206227) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 206227) inblock: 73960
DEBUG    ya.test:process.py:263 Command (pid 206227) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 206227) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 206227) majflt: 1059
DEBUG    ya.test:process.py:263 Command (pid 206227) maxrss: 1531392
DEBUG    ya.test:process.py:263 Command (pid 206227) minflt: 997270
DEBUG    ya.test:process.py:263 Command (pid 206227) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 206227) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 206227) nivcsw: 3295
DEBUG    ya.test:process.py:263 Command (pid 206227) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 206227) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 206227) nvcsw: 101770
DEBUG    ya.test:process.py:263 Command (pid 206227) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 206227) stime: 4.175594
DEBUG    ya.test:process.py:263 Command (pid 206227) utime: 14.136565
DEBUG    ya.test:process.py:263 Command (pid 206227) wtime: 80.972
DEBUG    ya.test:process.py:275 Command (pid 206227) output:
2026-01-28T17:32:06.607621Z Fetching udfs...
2026-01-28T17:32:15.671989Z Initialization of fq runner...
2026-01-28T17:32:22.529606Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.507105s
2026-01-28T17:32:24.044905Z Fetching query results...
2026-01-28T17:32:24.044934Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 206227) errors:
...0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b3b48922de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3b4883b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b3b4883b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b3b488bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b3b488bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b3b48f7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b3b48f7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b3b48f80090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b3b48f80090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b3b4895182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b3b4884a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b3b4884a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b3b4884a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b3b489a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b3b489a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b3b48f880c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3b488d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b3b488d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b3b48854d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b3b4885dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b3b48f873ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b3b48f871ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b3b48f86f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b3b48f84a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b3b48f84a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b3b48f84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b3b493e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b3b493e7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b3b493e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b3b4847b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f3b67a96d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3b4883b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b3b4883b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b3b488bb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b3b488bb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b3b48954686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b3b48954686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b3b48950dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b3b4884a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b3b4884a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b3b4884a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b3b489a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b3b489a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b3b48f880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b3b48f878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b3b48f84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b3b48f84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b3b48f84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b3b493e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b3b493e7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b3b493e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b3b4847b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3b488d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b3b488d4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b3b488d4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b3b48f7f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b3b48f7ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b3b48f7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b3b48f7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b3b48fab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b3b488a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b3b489a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b3b489a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b3b489a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b3b488a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b3b4884a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b3b4884a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b3b4884a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b3b489a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b3b489a2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b3b489a2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b3b489a2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b3b48f875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b3b48f84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b3b48f84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b3b48f84ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3b488d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b3b488d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b3b488f2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b3b488f2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b3b488f2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b3b4885a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b3b4885a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b3b488c1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b3b488c25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b3b488c25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b3b488c25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b3b488c3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b3b488aad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b3b48f87044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b3b48f87044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b3b48f86f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b3b48f84a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b3b48f84a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b3b48f84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b3b493e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b3b493e7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b3b493e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b3b4847b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f3b67a96d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3b4883ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b3b4883ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b3b48f7f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b3b48f7ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b3b48f7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b3b48f7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b3b48fabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b3b488a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b3b489a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b3b489a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b3b489a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b3b488a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b3b4884a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b3b4884a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b3b4884a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b3b489a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b3b489a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b3b48f880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b3b48f878d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3b4883b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b3b4883b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b3b488bb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b3b488bb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b3b4885a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b3b4884a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b3b4884a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b3b48950ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b3b4884a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b3b4884a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b3b4884a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b3b489a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b3b489a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b3b48f880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b3b48f878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b3b48f84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b3b48f84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b3b48f84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b3b493e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b3b493e7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b3b493e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b3b4847b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3b4883b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b3b4883b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b3b488bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b3b488bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b3b48f7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b3b48f7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b3b48f7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b3b48fabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b3b488a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b3b489a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b3b489a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b3b489a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b3b488a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b3b4884a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b3b4884a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b3b4884a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b3b489a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b3b489a1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3b488d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b3b488d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b3b488f2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b3b488f2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b3b488f2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b3b4885a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b3b4885a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b3b488c1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b3b488c25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b3b488c25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b3b488c25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b3b488be5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b3b4889e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b3b488a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b3b489a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b3b489a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b3b489a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b3b488a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b3b4884a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b3b4884a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b3b48950ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b3b4884a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b3b4884a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b3b4884ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b3b4884ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b3b489a2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b3b489a2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b3b48f875c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3b4883b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b3b4883b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b3b488bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b3b488bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b3b48f7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b3b48f7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b3b48f7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b3b48fabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b3b488a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b3b489a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b3b489a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b3b489a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b3b488a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b3b488a5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3b488d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b3b488d4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b3b488d4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b3b48f7f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b3b48f7ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b3b48f7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b3b48f7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b3b48fab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b3b488a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b3b489a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b3b489a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b3b489a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b3b488a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b3b4884a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b3b4884a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b3b4884a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b3b489a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b3b489a2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b3b489a2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b3b489a2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b3b48f875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b3b48f84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b3b48f84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b3b48f84ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3b4883ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b3b4883ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b3b48f7f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b3b48f7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b3b48f7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b3b48fabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b3b488a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b3b489a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b3b489a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b3b489a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b3b488a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b3b4884a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b3b4884a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3b4887c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b3b4887c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b3b48f7e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b3b48f7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b3b48f7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b3b48fabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b3b488a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b3b489a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b3b489a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b3b489a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b3b488a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b3b4884a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b3b4884a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3b4887c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b3b4887c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b3b48f7e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b3b48f7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b3b48f7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b3b48fabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b3b488a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b3b489a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b3b489a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b3b489a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b3b488a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b3b4884a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b3b4884a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b3b4884a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b3b489a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b3b489a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b3b48f880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

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

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b3b48922de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3b4883b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b3b4883b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b3b488bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b3b488bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b3b48f7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b3b48f7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b3b48f80090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b3b48f80090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b3b4895182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b3b4884a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b3b4884a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b3b4884a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b3b489a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b3b489a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b3b48f880c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3b488d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b3b488d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b3b48854d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b3b4885dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b3b48f873ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b3b48f871ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b3b48f86f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b3b48f84a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b3b48f84a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b3b48f84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b3b493e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b3b493e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b3b493e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b3b4847b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f3b67a96d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3b4883b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b3b4883b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b3b488bb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b3b488bb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b3b48954686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b3b48954686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b3b48950dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b3b4884a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b3b4884a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b3b4884a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b3b489a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b3b489a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b3b48f880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b3b48f878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b3b48f84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b3b48f84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b3b48f84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b3b493e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b3b493e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b3b493e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b3b4847b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3b488d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b3b488d4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b3b488d4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b3b48f7f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b3b48f7ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b3b48f7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b3b48f7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b3b48fab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b3b488a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b3b489a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b3b489a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b3b489a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b3b488a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b3b4884a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b3b4884a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b3b4884a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b3b489a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b3b489a2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b3b489a2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b3b489a2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b3b48f875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b3b48f84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b3b48f84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b3b48f84ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3b488d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b3b488d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b3b488f2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b3b488f2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b3b488f2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b3b4885a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b3b4885a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b3b488c1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b3b488c25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b3b488c25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b3b488c25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b3b488c3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b3b488aad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b3b48f87044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b3b48f87044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b3b48f86f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b3b48f84a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b3b48f84a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b3b48f84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b3b493e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b3b493e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b3b493e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b3b4847b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f3b67a96d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3b4883ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b3b4883ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b3b48f7f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b3b48f7ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b3b48f7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b3b48f7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b3b48fabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b3b488a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b3b489a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b3b489a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b3b489a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b3b488a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b3b4884a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b3b4884a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b3b4884a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b3b489a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b3b489a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b3b48f880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b3b48f878d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3b4883b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b3b4883b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b3b488bb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b3b488bb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b3b4885a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b3b4884a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b3b4884a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b3b48950ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b3b4884a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b3b4884a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b3b4884a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b3b489a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b3b489a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b3b48f880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b3b48f878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b3b48f84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b3b48f84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b3b48f84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b3b493e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b3b493e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b3b493e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b3b4847b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3b4883b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b3b4883b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b3b488bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b3b488bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b3b48f7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b3b48f7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b3b48f7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b3b48fabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b3b488a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b3b489a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b3b489a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b3b489a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b3b488a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b3b4884a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b3b4884a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b3b4884a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b3b489a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b3b489a1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3b488d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b3b488d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b3b488f2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b3b488f2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b3b488f2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b3b4885a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b3b4885a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b3b488c1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b3b488c25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b3b488c25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b3b488c25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b3b488be5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b3b4889e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b3b488a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b3b489a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b3b489a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b3b489a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b3b488a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b3b4884a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b3b4884a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b3b48950ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b3b4884a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b3b4884a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b3b4884ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b3b4884ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b3b489a2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b3b489a2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b3b48f875c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3b4883b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b3b4883b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b3b488bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b3b488bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b3b48f7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b3b48f7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b3b48f7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b3b48fabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b3b488a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b3b489a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b3b489a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b3b489a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b3b488a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b3b488a5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3b488d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b3b488d4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b3b488d4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b3b48f7f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b3b48f7ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b3b48f7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b3b48f7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b3b48fab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b3b488a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b3b489a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b3b489a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b3b489a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b3b488a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b3b4884a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b3b4884a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b3b4884a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b3b489a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b3b489a2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b3b489a2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b3b489a2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b3b48f875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b3b48f84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b3b48f84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b3b48f84ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3b4883ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b3b4883ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b3b48f7f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b3b48f7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b3b48f7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b3b48fabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b3b488a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b3b489a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b3b489a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b3b489a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b3b488a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b3b4884a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b3b4884a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3b4887c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b3b4887c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b3b48f7e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b3b48f7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b3b48f7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b3b48fabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b3b488a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b3b489a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b3b489a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b3b489a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b3b488a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b3b4884a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b3b4884a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3b4887c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b3b4887c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b3b48f7e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b3b48f7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b3b48f7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b3b48f7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b3b48f7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b3b48fabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b3b488a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b3b489a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b3b489a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b3b489a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b3b488a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b3b4894e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b3b4894e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b3b48946d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b3b48946d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b3b48946d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b3b48922de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b3b48922de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b3b4895288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b3b4884b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b3b4884b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b3b4884b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b3b489a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b3b489a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b3b48921df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b3b48921df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b3b488a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b3b4884a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b3b4884a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b3b4884a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b3b489a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b3b489a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b3b48f880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463586 byte(s) leaked in 8683 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/b64k/002629/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cmbtbp2b/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cmbtbp2b/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cmbtbp2b/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cmbtbp2b/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cmbtbp2b/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cmbtbp2b/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cmbtbp2b/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cmbtbp2b/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cmbtbp2b/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cmbtbp2b/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 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b05f8cfa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b05f8cfa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b05f8cfa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b05f8e51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b05f8e51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b05f94380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463679 byte(s) leaked in 8685 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/b64k/002629/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/b64k/002629/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/b64k/002629/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cmbtbp2b/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cmbtbp2b/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cmbtbp2b/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cmbtbp2b/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cmbtbp2b/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cmbtbp2b/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cmbtbp2b/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cmbtbp2b/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cmbtbp2b/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cmbtbp2b/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_cmbtbp2b' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 221185
DEBUG    ya.test:process.py:259 Command (pid 221185) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 221185) elapsed time (sec): 28.70788073539734
DEBUG    ya.test:process.py:263 Command (pid 221185) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 221185) inblock: 224
DEBUG    ya.test:process.py:263 Command (pid 221185) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 221185) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 221185) majflt: 17
DEBUG    ya.test:process.py:263 Command (pid 221185) maxrss: 1513584
DEBUG    ya.test:process.py:263 Command (pid 221185) minflt: 982301
DEBUG    ya.test:process.py:263 Command (pid 221185) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 221185) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 221185) nivcsw: 3794
DEBUG    ya.test:process.py:263 Command (pid 221185) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 221185) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 221185) nvcsw: 101083
DEBUG    ya.test:process.py:263 Command (pid 221185) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 221185) stime: 4.187176
DEBUG    ya.test:process.py:263 Command (pid 221185) utime: 14.244074
DEBUG    ya.test:process.py:263 Command (pid 221185) wtime: 28.736
DEBUG    ya.test:process.py:275 Command (pid 221185) output:
2026-01-28T17:33:28.653523Z Fetching udfs...
2026-01-28T17:33:29.468672Z Initialization of fq runner...
2026-01-28T17:33:38.282286Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.086123s
2026-01-28T17:33:39.376100Z Fetching query results...
2026-01-28T17:33:39.376128Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 221185) errors:
...0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b05f8dd2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b05f8ceb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b05f8ceb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b05f8d6ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b05f8d6ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b05f942ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b05f942c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b05f9430090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b05f9430090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b05f8e0182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b05f8cfa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b05f8cfa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b05f8cfa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b05f8e51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b05f8e51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b05f94380c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b05f8d82bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b05f8d89fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b05f8d04d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b05f8d0dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b05f94373ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b05f94371ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b05f9436f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b05f9434a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b05f9434a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b05f9434ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b05f9897db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b05f9897db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b05f98976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b05f892b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f0617f41d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b05f8ceb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b05f8ceb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b05f8d6b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b05f8d6b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b05f8e04686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b05f8e04686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b05f8e00dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b05f8cfa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b05f8cfa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b05f8cfa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b05f8e51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b05f8e51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b05f94380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b05f94378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b05f9434bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b05f9434aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b05f9434ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b05f9897db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b05f9897db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b05f98976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b05f892b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b05f8d82bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b05f8d84424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b05f8d84424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b05f942f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b05f942ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b05f942c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b05f942c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b05f945b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b05f8d5741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b05f8e547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b05f8e547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b05f8e547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b05f8d56214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b05f8cfa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b05f8cfa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b05f8cfa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b05f8e51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b05f8e52e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b05f8e52e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b05f8e52e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b05f94375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b05f9434bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b05f9434aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b05f9434ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b05f8d82bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b05f8d89fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b05f8da2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b05f8da2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b05f8da2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b05f8d0a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b05f8d0a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b05f8d71acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b05f8d725ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b05f8d725ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b05f8d725ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b05f8d73e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b05f8d5ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b05f9437044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b05f9437044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b05f9436f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b05f9434a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b05f9434a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b05f9434ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b05f9897db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b05f9897db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b05f98976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b05f892b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f0617f41d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b05f8ceed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b05f8ceed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b05f942f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b05f942ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b05f942c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b05f942c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b05f945bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b05f8d5741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b05f8e547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b05f8e547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b05f8e547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b05f8d56214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b05f8cfa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b05f8cfa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b05f8cfa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b05f8e51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b05f8e51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b05f94380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b05f94378d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b05f8ceb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b05f8ceb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b05f8d6b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b05f8d6b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b05f8d0a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b05f8cfa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b05f8cfa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b05f8e00ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b05f8cfa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b05f8cfa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b05f8cfa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b05f8e51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b05f8e51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b05f94380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b05f94378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b05f9434bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b05f9434aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b05f9434ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b05f9897db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b05f9897db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b05f98976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b05f892b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b05f8ceb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b05f8ceb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b05f8d6ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b05f8d6ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b05f942ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b05f942c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b05f942c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b05f945bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b05f8d5741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b05f8e547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b05f8e547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b05f8e547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b05f8d56214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b05f8cfa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b05f8cfa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b05f8cfa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b05f8e51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b05f8e51a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b05f8d82bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b05f8d89fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b05f8da2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b05f8da2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b05f8da2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b05f8d0a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b05f8d0a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b05f8d71acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b05f8d725ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b05f8d725ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b05f8d725ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b05f8d6e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b05f8d4e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b05f8d5741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b05f8e547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b05f8e547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b05f8e547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b05f8d56214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b05f8cfa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b05f8cfa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b05f8e00ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b05f8cfa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b05f8cfa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b05f8cfab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b05f8cfab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b05f8e52e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b05f8e52e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b05f94375c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b05f8ceb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b05f8ceb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b05f8d6ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b05f8d6ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b05f942ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b05f942c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b05f942c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b05f945bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b05f8d5741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b05f8e547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b05f8e547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b05f8e547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b05f8d56214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b05f8d55fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b05f8d82bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b05f8d84424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b05f8d84424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b05f942f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b05f942ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b05f942c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b05f942c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b05f945b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b05f8d5741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b05f8e547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b05f8e547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b05f8e547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b05f8d56214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b05f8cfa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b05f8cfa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b05f8cfa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b05f8e51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b05f8e52e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b05f8e52e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b05f8e52e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b05f94375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b05f9434bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b05f9434aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b05f9434ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b05f8ceed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b05f8ceed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b05f942f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b05f942c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b05f942c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b05f945bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b05f8d5741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b05f8e547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b05f8e547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b05f8e547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b05f8d56214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b05f8cfa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b05f8cfa7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b05f8d2c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b05f8d2c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b05f942e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b05f942c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b05f942c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b05f945bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b05f8d5741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b05f8e547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b05f8e547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b05f8e547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b05f8d56214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b05f8cfa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b05f8cfa7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b05f8d2c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b05f8d2c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b05f942e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b05f942c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b05f942c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b05f945bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b05f8d5741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b05f8e547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b05f8e547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b05f8e547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b05f8d56214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b05f8cfa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b05f8cfa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b05f8cfa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b05f8e51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b05f8e51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b05f94380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

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

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b05f8dd2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b05f8ceb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b05f8ceb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b05f8d6ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b05f8d6ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b05f942ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b05f942c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b05f9430090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b05f9430090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b05f8e0182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b05f8cfa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b05f8cfa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b05f8cfa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b05f8e51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b05f8e51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b05f94380c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b05f8d82bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b05f8d89fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b05f8d04d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b05f8d0dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b05f94373ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b05f94371ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b05f9436f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b05f9434a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b05f9434a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b05f9434ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b05f9897db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b05f9897db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b05f98976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b05f892b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f0617f41d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b05f8ceb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b05f8ceb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b05f8d6b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b05f8d6b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b05f8e04686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b05f8e04686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b05f8e00dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b05f8cfa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b05f8cfa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b05f8cfa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b05f8e51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b05f8e51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b05f94380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b05f94378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b05f9434bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b05f9434aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b05f9434ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b05f9897db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b05f9897db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b05f98976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b05f892b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b05f8d82bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b05f8d84424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b05f8d84424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b05f942f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b05f942ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b05f942c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b05f942c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b05f945b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b05f8d5741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b05f8e547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b05f8e547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b05f8e547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b05f8d56214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b05f8cfa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b05f8cfa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b05f8cfa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b05f8e51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b05f8e52e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b05f8e52e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b05f8e52e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b05f94375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b05f9434bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b05f9434aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b05f9434ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b05f8d82bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b05f8d89fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b05f8da2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b05f8da2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b05f8da2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b05f8d0a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b05f8d0a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b05f8d71acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b05f8d725ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b05f8d725ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b05f8d725ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b05f8d73e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b05f8d5ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b05f9437044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b05f9437044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b05f9436f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b05f9434a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b05f9434a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b05f9434ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b05f9897db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b05f9897db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b05f98976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b05f892b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f0617f41d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b05f8ceed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b05f8ceed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b05f942f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b05f942ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b05f942c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b05f942c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b05f945bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b05f8d5741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b05f8e547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b05f8e547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b05f8e547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b05f8d56214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b05f8cfa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b05f8cfa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b05f8cfa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b05f8e51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b05f8e51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b05f94380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b05f94378d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b05f8ceb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b05f8ceb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b05f8d6b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b05f8d6b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b05f8d0a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b05f8cfa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b05f8cfa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b05f8e00ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b05f8cfa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b05f8cfa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b05f8cfa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b05f8e51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b05f8e51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b05f94380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b05f94378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b05f9434bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b05f9434aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b05f9434ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b05f9897db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b05f9897db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b05f98976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b05f892b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b05f8ceb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b05f8ceb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b05f8d6ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b05f8d6ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b05f942ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b05f942c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b05f942c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b05f945bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b05f8d5741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b05f8e547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b05f8e547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b05f8e547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b05f8d56214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b05f8cfa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b05f8cfa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b05f8cfa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b05f8e51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b05f8e51a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b05f8d82bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b05f8d89fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b05f8da2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b05f8da2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b05f8da2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b05f8d0a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b05f8d0a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b05f8d71acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b05f8d725ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b05f8d725ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b05f8d725ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b05f8d6e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b05f8d4e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b05f8d5741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b05f8e547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b05f8e547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b05f8e547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b05f8d56214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b05f8cfa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b05f8cfa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b05f8e00ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b05f8cfa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b05f8cfa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b05f8cfab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b05f8cfab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b05f8e52e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b05f8e52e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b05f94375c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b05f8ceb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b05f8ceb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b05f8d6ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b05f8d6ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b05f942ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b05f942c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b05f942c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b05f945bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b05f8d5741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b05f8e547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b05f8e547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b05f8e547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b05f8d56214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b05f8d55fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b05f8d82bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b05f8d84424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b05f8d84424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b05f942f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b05f942ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b05f942c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b05f942c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b05f945b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b05f8d5741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b05f8e547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b05f8e547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b05f8e547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b05f8d56214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b05f8cfa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b05f8cfa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b05f8cfa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b05f8e51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b05f8e52e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b05f8e52e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b05f8e52e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b05f94375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b05f9434bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b05f9434aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b05f9434ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b05f8ceed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b05f8ceed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b05f942f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b05f942c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b05f942c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b05f945bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b05f8d5741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b05f8e547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b05f8e547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b05f8e547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b05f8d56214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b05f8cfa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b05f8cfa7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b05f8d2c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b05f8d2c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b05f942e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b05f942c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b05f942c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b05f945bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b05f8d5741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b05f8e547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b05f8e547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b05f8e547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b05f8d56214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b05f8cfa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b05f8cfa7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b05f8d2c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b05f8d2c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b05f942e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b05f942ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b05f942ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b05f942c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b05f942c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b05f945bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b05f8d5741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b05f8e547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b05f8e547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b05f8e547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b05f8d56214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b05f8dfe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b05f8dfe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b05f8df6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b05f8df6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b05f8df6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b05f8dd2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b05f8dd2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b05f8e0288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b05f8cfb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b05f8cfb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b05f8cfb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b05f8e5216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b05f8e5216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b05f8dd1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b05f8dd1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b05f8d55fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b05f8cfa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b05f8cfa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b05f8cfa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b05f8e51c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b05f8e51a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b05f94380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463679 byte(s) leaked in 8685 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/b64k/002629/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_28ufbrue/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_28ufbrue/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_28ufbrue/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_28ufbrue/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_28ufbrue/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_28ufbrue/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_28ufbrue/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_28ufbrue/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_28ufbrue/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_28ufbrue/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 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b656568a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b656568a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b656568a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b65657e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b65657e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b6565dc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[hopping_window-GroupByHoppingWindowExprKey-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/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/b64k/002629/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_28ufbrue/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_28ufbrue/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_28ufbrue/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_28ufbrue/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_28ufbrue/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_28ufbrue/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_28ufbrue/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_28ufbrue/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_28ufbrue/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_28ufbrue/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_28ufbrue' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 229424
DEBUG    ya.test:process.py:259 Command (pid 229424) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 229424) elapsed time (sec): 25.35889983177185
DEBUG    ya.test:process.py:263 Command (pid 229424) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 229424) inblock: 28472
DEBUG    ya.test:process.py:263 Command (pid 229424) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 229424) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 229424) majflt: 164
DEBUG    ya.test:process.py:263 Command (pid 229424) maxrss: 1550672
DEBUG    ya.test:process.py:263 Command (pid 229424) minflt: 1007981
DEBUG    ya.test:process.py:263 Command (pid 229424) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 229424) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 229424) nivcsw: 3731
DEBUG    ya.test:process.py:263 Command (pid 229424) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 229424) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 229424) nvcsw: 102376
DEBUG    ya.test:process.py:263 Command (pid 229424) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 229424) stime: 4.4529630000000004
DEBUG    ya.test:process.py:263 Command (pid 229424) utime: 13.688916
DEBUG    ya.test:process.py:263 Command (pid 229424) wtime: 25.381
DEBUG    ya.test:process.py:275 Command (pid 229424) output:
2026-01-28T17:33:57.555672Z Fetching udfs...
2026-01-28T17:33:58.449654Z Initialization of fq runner...
2026-01-28T17:34:05.603058Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.963341s
2026-01-28T17:34:06.575309Z Fetching query results...
2026-01-28T17:34:06.575344Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 229424) errors:
...0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b6565762de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b656567b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b656567b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b65656fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b65656fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b6565dbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b6565dbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b6565dc0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b6565dc0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b656579182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b656568a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b656568a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b656568a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b65657e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b65657e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b6565dc80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6565712bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6565719fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6565694d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b656569dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b6565dc73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b6565dc71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b6565dc6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b6565dc4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b6565dc4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b6565dc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b6566227db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b6566227db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b65662276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b65652bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f65848cdd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b656567b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b656567b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b65656fb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b65656fb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b6565794686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b6565794686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b6565790dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b656568a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b656568a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b656568a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b65657e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b65657e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b6565dc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b6565dc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b6565dc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b6565dc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b6565dc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b6566227db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b6566227db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b65662276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b65652bb928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6565712bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6565714424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b6565714424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b6565dbf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b6565dbec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b6565dbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b6565dbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b6565deb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b65656e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b65657e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b65657e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b65657e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b65656e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b656568a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b656568a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b656568a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b65657e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b65657e2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b65657e2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b65657e2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b6565dc75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b6565dc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b6565dc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b6565dc4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6565712bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6565719fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6565732524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b6565732524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b6565732524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b656569a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b656569a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b6565701acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b65657025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b65657025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b65657025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b6565703e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b65656ead0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b6565dc7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b6565dc7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b6565dc6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b6565dc4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b6565dc4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b6565dc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b6566227db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b6566227db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b65662276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b65652bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f65848cdd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b656567ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b656567ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b6565dbf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b6565dbece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b6565dbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b6565dbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b6565debfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b65656e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b65657e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b65657e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b65657e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b65656e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b656568a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b656568a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b656568a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b65657e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b65657e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b6565dc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b6565dc78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b656567b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b656567b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b65656fb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b65656fb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b656569a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b656568a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b656568a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b6565790ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b656568a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b656568a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b656568a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b65657e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b65657e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b6565dc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b6565dc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b6565dc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b6565dc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b6565dc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b6566227db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b6566227db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b65662276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b65652bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b656567b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b656567b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b65656fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b65656fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b6565dbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b6565dbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b6565dbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b6565debfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b65656e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b65657e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b65657e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b65657e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b65656e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b656568a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b656568a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b656568a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b65657e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b65657e1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6565712bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6565719fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6565732524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b6565732524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b6565732524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b656569a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b656569a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b6565701acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b65657025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b65657025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b65657025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b65656fe5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b65656de92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b65656e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b65657e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b65657e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b65657e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b65656e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b656568a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b656568a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b6565790ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b656568a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b656568a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b656568ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b656568ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b65657e2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b65657e2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b6565dc75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b656567b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b656567b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b65656fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b65656fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b6565dbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b6565dbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b6565dbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b6565debfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b65656e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b65657e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b65657e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b65657e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b65656e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b65656e5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6565712bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6565714424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b6565714424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b6565dbf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b6565dbec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b6565dbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b6565dbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b6565deb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b65656e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b65657e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b65657e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b65657e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b65656e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b656568a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b656568a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b656568a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b65657e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b65657e2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b65657e2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b65657e2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b6565dc75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b6565dc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b6565dc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b6565dc4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b656567ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b656567ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b6565dbf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b6565dbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b6565dbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b6565debfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b65656e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b65657e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b65657e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b65657e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b65656e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b656568a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b656568a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b65656bc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b65656bc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b6565dbe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b6565dbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b6565dbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b6565debfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b65656e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b65657e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b65657e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b65657e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b65656e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b656568a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b656568a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b65656bc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b65656bc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b6565dbe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b6565dbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b6565dbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b6565debfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b65656e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b65657e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b65657e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b65657e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b65656e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b656568a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b656568a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b656568a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b65657e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b65657e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b6565dc80c4 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'...0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b6565762de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b656567b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b656567b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b65656fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b65656fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b6565dbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b6565dbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b6565dc0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b6565dc0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b656579182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b656568a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b656568a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b656568a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b65657e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b65657e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b6565dc80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6565712bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6565719fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6565694d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b656569dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b6565dc73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b6565dc71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b6565dc6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b6565dc4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b6565dc4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b6565dc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b6566227db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b6566227db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b65662276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b65652bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f65848cdd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b656567b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b656567b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b65656fb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b65656fb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b6565794686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b6565794686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b6565790dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b656568a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b656568a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b656568a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b65657e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b65657e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b6565dc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b6565dc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b6565dc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b6565dc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b6565dc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b6566227db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b6566227db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b65662276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b65652bb928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6565712bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6565714424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b6565714424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b6565dbf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b6565dbec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b6565dbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b6565dbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b6565deb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b65656e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b65657e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b65657e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b65657e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b65656e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b656568a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b656568a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b656568a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b65657e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b65657e2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b65657e2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b65657e2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b6565dc75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b6565dc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b6565dc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b6565dc4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6565712bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6565719fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6565732524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b6565732524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b6565732524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b656569a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b656569a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b6565701acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b65657025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b65657025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b65657025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b6565703e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b65656ead0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b6565dc7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b6565dc7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b6565dc6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b6565dc4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b6565dc4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b6565dc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b6566227db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b6566227db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b65662276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b65652bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f65848cdd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b656567ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b656567ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b6565dbf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b6565dbece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b6565dbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b6565dbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b6565debfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b65656e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b65657e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b65657e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b65657e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b65656e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b656568a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b656568a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b656568a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b65657e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b65657e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b6565dc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b6565dc78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b656567b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b656567b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b65656fb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b65656fb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b656569a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b656568a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b656568a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b6565790ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b656568a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b656568a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b656568a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b65657e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b65657e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b6565dc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b6565dc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b6565dc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b6565dc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b6565dc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b6566227db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b6566227db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b65662276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b65652bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b656567b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b656567b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b65656fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b65656fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b6565dbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b6565dbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b6565dbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b6565debfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b65656e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b65657e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b65657e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b65657e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b65656e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b656568a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b656568a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b656568a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b65657e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b65657e1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6565712bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6565719fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6565732524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b6565732524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b6565732524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b656569a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b656569a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b6565701acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b65657025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b65657025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b65657025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b65656fe5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b65656de92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b65656e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b65657e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b65657e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b65657e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b65656e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b656568a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b656568a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b6565790ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b656568a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b656568a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b656568ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b656568ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b65657e2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b65657e2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b6565dc75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b656567b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b656567b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b65656fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b65656fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b6565dbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b6565dbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b6565dbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b6565debfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b65656e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b65657e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b65657e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b65657e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b65656e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b65656e5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6565712bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6565714424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b6565714424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b6565dbf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b6565dbec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b6565dbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b6565dbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b6565deb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b65656e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b65657e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b65657e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b65657e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b65656e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b656568a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b656568a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b656568a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b65657e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b65657e2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b65657e2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b65657e2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b6565dc75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b6565dc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b6565dc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b6565dc4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b656567ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b656567ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b6565dbf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b6565dbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b6565dbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b6565debfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b65656e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b65657e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b65657e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b65657e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b65656e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b656568a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b656568a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b65656bc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b65656bc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b6565dbe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b6565dbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b6565dbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b6565debfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b65656e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b65657e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b65657e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b65657e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b65656e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b656568a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b656568a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b65656bc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b65656bc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b6565dbe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b6565dbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b6565dbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b6565dbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b6565dbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b6565debfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b65656e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b65657e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b65657e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b65657e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b65656e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b656578e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b656578e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b6565786d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b6565786d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b6565786d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b6565762de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b6565762de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b656579288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b656568b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b656568b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b656568b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b65657e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b65657e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b6565761df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b6565761df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b65656e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b656568a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b656568a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b656568a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b65657e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b65657e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b6565dc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
_________ test[hopping_window-GroupByHoppingWindowListKey-default.txt] _________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_l76cis_l/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_l76cis_l/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_l76cis_l/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_l76cis_l/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_l76cis_l/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_l76cis_l/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_l76cis_l/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_l76cis_l/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_l76cis_l/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_l76cis_l/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 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b324216a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b324216a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b324216a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b32422c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b32422c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b32428a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[hopping_window-GroupByHoppingWindowListKey-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/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/b64k/002629/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_l76cis_l/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_l76cis_l/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_l76cis_l/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_l76cis_l/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_l76cis_l/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_l76cis_l/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_l76cis_l/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_l76cis_l/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_l76cis_l/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_l76cis_l/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_l76cis_l' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 237471
DEBUG    ya.test:process.py:259 Command (pid 237471) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 237471) elapsed time (sec): 24.04686164855957
DEBUG    ya.test:process.py:263 Command (pid 237471) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 237471) inblock: 15376
DEBUG    ya.test:process.py:263 Command (pid 237471) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 237471) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 237471) majflt: 94
DEBUG    ya.test:process.py:263 Command (pid 237471) maxrss: 1531312
DEBUG    ya.test:process.py:263 Command (pid 237471) minflt: 991568
DEBUG    ya.test:process.py:263 Command (pid 237471) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 237471) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 237471) nivcsw: 3108
DEBUG    ya.test:process.py:263 Command (pid 237471) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 237471) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 237471) nvcsw: 103501
DEBUG    ya.test:process.py:263 Command (pid 237471) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 237471) stime: 4.555728
DEBUG    ya.test:process.py:263 Command (pid 237471) utime: 13.787334
DEBUG    ya.test:process.py:263 Command (pid 237471) wtime: 24.055
DEBUG    ya.test:process.py:275 Command (pid 237471) output:
2026-01-28T17:34:23.019981Z Fetching udfs...
2026-01-28T17:34:24.168294Z Initialization of fq runner...
2026-01-28T17:34:29.413624Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.184798s
2026-01-28T17:34:30.605475Z Fetching query results...
2026-01-28T17:34:30.605510Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 237471) errors:
...0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b3242242de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b324215b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b324215b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b32421dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b32421dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b324289ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b324289c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b32428a0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b32428a0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b324227182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b324216a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b324216a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b324216a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b32422c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b32422c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b32428a80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b32421f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b32421f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b3242174d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b324217dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b32428a73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b32428a71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b32428a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b32428a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b32428a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b32428a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b3242d07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b3242d07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b3242d076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b3241d9b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f32613aed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b324215b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b324215b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b32421db334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b32421db334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b3242274686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b3242274686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b3242270dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b324216a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b324216a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b324216a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b32422c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b32422c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b32428a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b32428a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b32428a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b32428a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b32428a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b3242d07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b3242d07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b3242d076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b3241d9b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b32421f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b32421f4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b32421f4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b324289f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b324289ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b324289c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b324289c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b32428cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b32421c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b32422c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b32422c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b32422c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b32421c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b324216a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b324216a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b324216a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b32422c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b32422c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b32422c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b32422c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b32428a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b32428a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b32428a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b32428a4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b32421f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b32421f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b3242212524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b3242212524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b3242212524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b324217a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b324217a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b32421e1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b32421e25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b32421e25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b32421e25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b32421e3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b32421cad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b32428a7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b32428a7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b32428a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b32428a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b32428a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b32428a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b3242d07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b3242d07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b3242d076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b3241d9b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f32613aed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b324215ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b324215ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b324289f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b324289ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b324289c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b324289c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b32428cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b32421c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b32422c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b32422c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b32422c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b32421c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b324216a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b324216a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b324216a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b32422c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b32422c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b32428a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b32428a78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b324215b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b324215b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b32421db18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b32421db18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b324217a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b324216a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b324216a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b3242270ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b324216a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b324216a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b324216a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b32422c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b32422c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b32428a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b32428a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b32428a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b32428a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b32428a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b3242d07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b3242d07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b3242d076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b3241d9b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b324215b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b324215b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b32421dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b32421dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b324289ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b324289c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b324289c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b32428cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b32421c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b32422c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b32422c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b32422c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b32421c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b324216a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b324216a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b324216a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b32422c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b32422c1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b32421f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b32421f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b3242212524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b3242212524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b3242212524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b324217a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b324217a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b32421e1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b32421e25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b32421e25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b32421e25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b32421de5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b32421be92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b32421c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b32422c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b32422c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b32422c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b32421c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b324216a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b324216a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b3242270ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b324216a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b324216a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b324216ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b324216ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b32422c2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b32422c2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b32428a75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b324215b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b324215b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b32421dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b32421dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b324289ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b324289c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b324289c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b32428cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b32421c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b32422c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b32422c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b32422c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b32421c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b32421c5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b32421f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b32421f4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b32421f4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b324289f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b324289ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b324289c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b324289c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b32428cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b32421c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b32422c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b32422c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b32422c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b32421c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b324216a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b324216a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b324216a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b32422c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b32422c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b32422c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b32422c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b32428a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b32428a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b32428a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b32428a4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b324215ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b324215ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b324289f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b324289c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b324289c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b32428cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b32421c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b32422c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b32422c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b32422c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b32421c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b324216a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b324216a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b324219c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b324219c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b324289e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b324289c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b324289c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b32428cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b32421c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b32422c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b32422c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b32422c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b32421c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b324216a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b324216a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b324219c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b324219c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b324289e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b324289c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b324289c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b32428cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b32421c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b32422c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b32422c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b32422c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b32421c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b324216a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b324216a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b324216a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b32422c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b32422c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b32428a80c4 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'...0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b3242242de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b324215b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b324215b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b32421dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b32421dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b324289ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b324289c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b32428a0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b32428a0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b324227182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b324216a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b324216a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b324216a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b32422c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b32422c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b32428a80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b32421f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b32421f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b3242174d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b324217dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b32428a73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b32428a71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b32428a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b32428a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b32428a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b32428a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b3242d07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b3242d07db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b3242d076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b3241d9b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f32613aed8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b324215b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b324215b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b32421db334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b32421db334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b3242274686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b3242274686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b3242270dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b324216a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b324216a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b324216a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b32422c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b32422c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b32428a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b32428a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b32428a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b32428a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b32428a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b3242d07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b3242d07db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b3242d076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b3241d9b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b32421f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b32421f4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b32421f4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b324289f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b324289ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b324289c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b324289c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b32428cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b32421c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b32422c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b32422c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b32422c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b32421c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b324216a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b324216a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b324216a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b32422c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b32422c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b32422c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b32422c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b32428a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b32428a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b32428a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b32428a4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b32421f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b32421f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b3242212524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b3242212524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b3242212524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b324217a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b324217a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b32421e1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b32421e25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b32421e25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b32421e25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b32421e3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b32421cad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b32428a7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b32428a7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b32428a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b32428a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b32428a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b32428a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b3242d07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b3242d07db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b3242d076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b3241d9b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f32613aed8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b324215ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b324215ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b324289f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b324289ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b324289c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b324289c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b32428cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b32421c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b32422c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b32422c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b32422c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b32421c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b324216a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b324216a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b324216a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b32422c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b32422c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b32428a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b32428a78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b324215b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b324215b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b32421db18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b32421db18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b324217a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b324216a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b324216a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b3242270ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b324216a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b324216a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b324216a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b32422c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b32422c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b32428a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b32428a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b32428a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b32428a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b32428a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b3242d07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b3242d07db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b3242d076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b3241d9b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b324215b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b324215b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b32421dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b32421dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b324289ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b324289c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b324289c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b32428cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b32421c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b32422c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b32422c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b32422c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b32421c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b324216a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b324216a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b324216a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b32422c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b32422c1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b32421f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b32421f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b3242212524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b3242212524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b3242212524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b324217a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b324217a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b32421e1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b32421e25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b32421e25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b32421e25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b32421de5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b32421be92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b32421c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b32422c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b32422c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b32422c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b32421c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b324216a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b324216a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b3242270ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b324216a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b324216a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b324216ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b324216ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b32422c2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b32422c2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b32428a75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b324215b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b324215b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b32421dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b32421dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b324289ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b324289c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b324289c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b32428cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b32421c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b32422c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b32422c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b32422c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b32421c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b32421c5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b32421f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b32421f4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b32421f4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b324289f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b324289ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b324289c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b324289c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b32428cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b32421c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b32422c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b32422c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b32422c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b32421c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b324216a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b324216a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b324216a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b32422c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b32422c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b32422c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b32422c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b32428a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b32428a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b32428a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b32428a4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b324215ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b324215ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b324289f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b324289c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b324289c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b32428cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b32421c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b32422c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b32422c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b32422c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b32421c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b324216a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b324216a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b324219c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b324219c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b324289e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b324289c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b324289c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b32428cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b32421c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b32422c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b32422c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b32422c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b32421c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b324216a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b324216a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b324219c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b324219c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b324289e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b324289ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b324289ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b324289c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b324289c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b32428cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b32421c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b32422c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b32422c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b32422c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b32421c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b324226e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b324226e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b3242266d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b3242266d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b3242266d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b3242242de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b3242242de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b324227288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b324216b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b324216b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b324216b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b32422c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b32422c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b3242241df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b3242241df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b32421c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b324216a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b324216a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b324216a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b32422c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b32422c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b32428a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
__________ test[hopping_window-GroupByHoppingWindowNoKey-default.txt] __________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rh18p6ww/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rh18p6ww/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rh18p6ww/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rh18p6ww/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rh18p6ww/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rh18p6ww/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rh18p6ww/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rh18p6ww/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rh18p6ww/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rh18p6ww/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 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bc7734aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bc7734aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bc7734aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bc773601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bc773601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bc773be80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[hopping_window-GroupByHoppingWindowNoKey-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/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/b64k/002629/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rh18p6ww/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rh18p6ww/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rh18p6ww/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rh18p6ww/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rh18p6ww/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rh18p6ww/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rh18p6ww/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rh18p6ww/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rh18p6ww/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rh18p6ww/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_rh18p6ww' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 245631
DEBUG    ya.test:process.py:259 Command (pid 245631) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 245631) elapsed time (sec): 21.70168948173523
DEBUG    ya.test:process.py:263 Command (pid 245631) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 245631) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 245631) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 245631) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 245631) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 245631) maxrss: 1527092
DEBUG    ya.test:process.py:263 Command (pid 245631) minflt: 991445
DEBUG    ya.test:process.py:263 Command (pid 245631) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 245631) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 245631) nivcsw: 3421
DEBUG    ya.test:process.py:263 Command (pid 245631) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 245631) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 245631) nvcsw: 105392
DEBUG    ya.test:process.py:263 Command (pid 245631) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 245631) stime: 4.769715
DEBUG    ya.test:process.py:263 Command (pid 245631) utime: 13.657875
DEBUG    ya.test:process.py:263 Command (pid 245631) wtime: 21.704
DEBUG    ya.test:process.py:275 Command (pid 245631) output:
2026-01-28T17:34:47.498460Z Fetching udfs...
2026-01-28T17:34:48.187409Z Initialization of fq runner...
2026-01-28T17:34:52.934379Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.049688s
2026-01-28T17:34:53.990281Z Fetching query results...
2026-01-28T17:34:53.990315Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 245631) errors:
...0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bc773582de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc77349b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc77349b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc77351ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc77351ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc773bdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc773bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc773be0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bc773be0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bc7735b182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc7734aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc7734aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc7734aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc773601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bc773601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bc773be80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc773532bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc773539fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc7734b4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bc7734bdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bc773be73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bc773be71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bc773be6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bc773be4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bc773be4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bc773be4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bc774047db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bc774047db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc7740476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc7730db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fc7926edd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc77349b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc77349b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc77351b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc77351b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bc7735b4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bc7735b4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bc7735b0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bc7734aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc7734aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bc7734aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bc773601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bc773601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bc773be80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bc773be78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bc773be4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc773be4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bc773be4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bc774047db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bc774047db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc7740476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc7730db928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc773532bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc773534424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc773534424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc773bdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc773bdec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc773bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc773bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bc773c0b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bc77350741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc7736047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc7736047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bc7736047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc773506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc7734aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bc7734aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bc7734aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bc773601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bc773602e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bc773602e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bc773602e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bc773be75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bc773be4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bc773be4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bc773be4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc773532bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc773539fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc773552524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc773552524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc773552524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc7734ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc7734ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc773521acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc7735225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc7735225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc7735225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc773523e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bc77350ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bc773be7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bc773be7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bc773be6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bc773be4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bc773be4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bc773be4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bc774047db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bc774047db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc7740476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc7730db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fc7926edd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc77349ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bc77349ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bc773bdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bc773bdece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bc773bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bc773bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bc773c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bc77350741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bc7736047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bc7736047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bc7736047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bc773506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bc7734aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bc7734aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bc7734aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bc773601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bc773601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bc773be80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bc773be78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc77349b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc77349b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc77351b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc77351b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bc7734ba356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bc7734aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bc7734aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bc7735b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bc7734aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bc7734aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bc7734aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bc773601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bc773601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bc773be80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bc773be78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bc773be4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bc773be4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bc773be4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bc774047db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bc774047db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc7740476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc7730db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc77349b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc77349b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc77351ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc77351ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc773bdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc773bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bc773bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bc773c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bc77350741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bc7736047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bc7736047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bc7736047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bc773506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bc7734aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bc7734aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bc7734aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bc773601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bc773601a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc773532bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc773539fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc773552524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc773552524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc773552524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc7734ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc7734ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc773521acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc7735225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc7735225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc7735225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc77351e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bc7734fe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bc77350741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc7736047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc7736047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bc7736047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc773506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bc7734aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc7734aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bc7735b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bc7734aa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bc7734aa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bc7734aab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bc7734aab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bc773602e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bc773602e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bc773be75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc77349b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc77349b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc77351ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc77351ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc773bdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc773bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc773bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc773c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bc77350741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc7736047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc7736047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bc7736047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc773506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bc773505fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc773532bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc773534424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc773534424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc773bdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc773bdec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc773bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc773bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bc773c0b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bc77350741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc7736047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc7736047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bc7736047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc773506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc7734aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bc7734aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bc7734aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bc773601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bc773602e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bc773602e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bc773602e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bc773be75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bc773be4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bc773be4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bc773be4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc77349ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bc77349ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bc773bdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc773bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc773bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc773c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc77350741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc7736047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc7736047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bc7736047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc773506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc7734aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc7734aa7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc7734dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bc7734dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bc773bde99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc773bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc773bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc773c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc77350741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc7736047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc7736047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bc7736047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc773506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc7734aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc7734aa7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc7734dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bc7734dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bc773bde99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc773bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bc773bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bc773c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bc77350741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bc7736047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bc7736047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bc7736047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bc773506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc7734aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc7734aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc7734aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc773601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bc773601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bc773be80c4 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'...0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bc773582de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc77349b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc77349b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc77351ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc77351ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc773bdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc773bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc773be0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bc773be0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bc7735b182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bc7734aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bc7734aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bc7734aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bc773601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bc773601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bc773be80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc773532bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc773539fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc7734b4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bc7734bdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bc773be73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bc773be71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bc773be6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bc773be4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bc773be4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bc773be4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bc774047db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bc774047db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc7740476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc7730db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fc7926edd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc77349b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc77349b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc77351b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc77351b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bc7735b4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bc7735b4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bc7735b0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bc7734aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc7734aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bc7734aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bc773601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bc773601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bc773be80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bc773be78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bc773be4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc773be4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bc773be4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bc774047db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bc774047db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc7740476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc7730db928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc773532bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc773534424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc773534424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc773bdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc773bdec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc773bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc773bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bc773c0b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bc77350741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc7736047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc7736047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bc7736047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc773506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc7734aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bc7734aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bc7734aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bc773601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bc773602e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bc773602e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bc773602e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bc773be75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bc773be4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bc773be4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bc773be4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc773532bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc773539fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc773552524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc773552524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc773552524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc7734ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc7734ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc773521acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc7735225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc7735225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc7735225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc773523e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bc77350ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bc773be7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bc773be7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bc773be6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bc773be4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bc773be4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bc773be4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bc774047db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bc774047db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc7740476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc7730db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fc7926edd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc77349ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bc77349ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bc773bdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bc773bdece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bc773bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bc773bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bc773c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bc77350741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bc7736047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bc7736047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bc7736047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bc773506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bc7734aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bc7734aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bc7734aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bc773601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bc773601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bc773be80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bc773be78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc77349b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc77349b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc77351b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc77351b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bc7734ba356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bc7734aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bc7734aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bc7735b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bc7734aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bc7734aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bc7734aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bc773601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bc773601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bc773be80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bc773be78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bc773be4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bc773be4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bc773be4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bc774047db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bc774047db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc7740476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc7730db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc77349b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc77349b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc77351ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc77351ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc773bdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc773bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bc773bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bc773c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bc77350741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bc7736047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bc7736047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bc7736047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bc773506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bc7734aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bc7734aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bc7734aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bc773601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bc773601a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc773532bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc773539fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc773552524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc773552524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc773552524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc7734ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc7734ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc773521acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc7735225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc7735225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc7735225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc77351e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bc7734fe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bc77350741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc7736047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc7736047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bc7736047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc773506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bc7734aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc7734aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bc7735b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bc7734aa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bc7734aa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bc7734aab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bc7734aab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bc773602e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bc773602e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bc773be75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc77349b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc77349b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc77351ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc77351ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc773bdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc773bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc773bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc773c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bc77350741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc7736047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc7736047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bc7736047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc773506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bc773505fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc773532bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc773534424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc773534424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc773bdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc773bdec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc773bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc773bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bc773c0b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bc77350741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc7736047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc7736047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bc7736047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc773506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc7734aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bc7734aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bc7734aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bc773601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bc773602e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bc773602e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bc773602e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bc773be75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bc773be4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bc773be4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bc773be4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc77349ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bc77349ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bc773bdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc773bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc773bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc773c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc77350741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc7736047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc7736047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bc7736047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc773506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc7734aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc7734aa7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc7734dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bc7734dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bc773bde99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc773bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc773bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc773c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc77350741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc7736047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc7736047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bc7736047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc773506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc7734aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc7734aa7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc7734dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bc7734dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bc773bde99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bc773bdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc773bdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc773bdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bc773bdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bc773c0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bc77350741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bc7736047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bc7736047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bc7736047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bc773506214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bc7735ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bc7735ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bc7735a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bc7735a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bc7735a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bc773582de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bc773582de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc7735b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bc7734ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc7734ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bc7734ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bc77360216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bc77360216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bc773581df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bc773581df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bc773505fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bc7734aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bc7734aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bc7734aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bc773601c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bc773601a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bc773be80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
_______ test[hopping_window-GroupByHoppingWindowPercentile-default.txt] ________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_n46lfi9g/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_n46lfi9g/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_n46lfi9g/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_n46lfi9g/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_n46lfi9g/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_n46lfi9g/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_n46lfi9g/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_n46lfi9g/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_n46lfi9g/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_n46lfi9g/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 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b8bf5eca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b8bf5eca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b8bf5eca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b8bf6021c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b8bf6021a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b8bf66080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463627 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-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/b64k/002629/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/b64k/002629/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/b64k/002629/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_n46lfi9g/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_n46lfi9g/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_n46lfi9g/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_n46lfi9g/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_n46lfi9g/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_n46lfi9g/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_n46lfi9g/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_n46lfi9g/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_n46lfi9g/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_n46lfi9g/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_n46lfi9g' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 250818
DEBUG    ya.test:process.py:259 Command (pid 250818) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 250818) elapsed time (sec): 27.864693641662598
DEBUG    ya.test:process.py:263 Command (pid 250818) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 250818) inblock: 56
DEBUG    ya.test:process.py:263 Command (pid 250818) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 250818) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 250818) majflt: 3
DEBUG    ya.test:process.py:263 Command (pid 250818) maxrss: 1529004
DEBUG    ya.test:process.py:263 Command (pid 250818) minflt: 993807
DEBUG    ya.test:process.py:263 Command (pid 250818) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 250818) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 250818) nivcsw: 10535
DEBUG    ya.test:process.py:263 Command (pid 250818) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 250818) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 250818) nvcsw: 104164
DEBUG    ya.test:process.py:263 Command (pid 250818) oublock: 9656
DEBUG    ya.test:process.py:263 Command (pid 250818) stime: 4.694781
DEBUG    ya.test:process.py:263 Command (pid 250818) utime: 14.179397
DEBUG    ya.test:process.py:263 Command (pid 250818) wtime: 27.868
DEBUG    ya.test:process.py:275 Command (pid 250818) output:
2026-01-28T17:35:09.533513Z Fetching udfs...
2026-01-28T17:35:10.127005Z Initialization of fq runner...
2026-01-28T17:35:15.389902Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.286262s
2026-01-28T17:35:16.693548Z Fetching query results...
2026-01-28T17:35:16.693579Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 250818) errors:
...0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b8bf5fa2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b8bf5ebb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b8bf5ebb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b8bf5f3ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b8bf5f3ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b8bf65fee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b8bf65fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b8bf6600090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b8bf6600090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b8bf5fd182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b8bf5eca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b8bf5eca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b8bf5eca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b8bf6021c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b8bf6021a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b8bf66080c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b8bf5f52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b8bf5f59fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b8bf5ed4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b8bf5eddff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b8bf66073ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b8bf66071ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b8bf6606f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b8bf6604a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b8bf6604a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b8bf6604ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b8bf6a67db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b8bf6a67db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b8bf6a676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b8bf5afb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f8c15114d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b8bf5ebb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b8bf5ebb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b8bf5f3b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b8bf5f3b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b8bf5fd4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b8bf5fd4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b8bf5fd0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b8bf5eca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b8bf5eca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b8bf5eca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b8bf6021c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b8bf6021a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b8bf66080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b8bf66078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b8bf6604bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b8bf6604aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b8bf6604ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b8bf6a67db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b8bf6a67db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b8bf6a676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b8bf5afb928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b8bf5f52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b8bf5f54424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b8bf5f54424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b8bf65ff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b8bf65fec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b8bf65fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b8bf65fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b8bf662b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b8bf5f2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b8bf60247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b8bf60247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b8bf60247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b8bf5f26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b8bf5eca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b8bf5eca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b8bf5eca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b8bf6021c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b8bf6022e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b8bf6022e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b8bf6022e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b8bf66075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b8bf6604bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b8bf6604aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b8bf6604ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b8bf5f52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b8bf5f59fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b8bf5f72524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b8bf5f72524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b8bf5f72524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b8bf5eda26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b8bf5eda26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b8bf5f41acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b8bf5f425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b8bf5f425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b8bf5f425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b8bf5f43e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b8bf5f2ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b8bf6607044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b8bf6607044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b8bf6606f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b8bf6604a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b8bf6604a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b8bf6604ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b8bf6a67db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b8bf6a67db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b8bf6a676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b8bf5afb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f8c15114d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b8bf5ebed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b8bf5ebed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b8bf65ff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b8bf65fece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b8bf65fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b8bf65fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b8bf662bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b8bf5f2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b8bf60247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b8bf60247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b8bf60247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b8bf5f26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b8bf5eca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b8bf5eca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b8bf5eca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b8bf6021c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b8bf6021a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b8bf66080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b8bf66078d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b8bf5ebb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b8bf5ebb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b8bf5f3b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b8bf5f3b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b8bf5eda356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b8bf5eca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b8bf5eca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b8bf5fd0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b8bf5eca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b8bf5eca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b8bf5eca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b8bf6021c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b8bf6021a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b8bf66080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b8bf66078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b8bf6604bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b8bf6604aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b8bf6604ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b8bf6a67db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b8bf6a67db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b8bf6a676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b8bf5afb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b8bf5ebb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b8bf5ebb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b8bf5f3ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b8bf5f3ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b8bf65fee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b8bf65fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b8bf65fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b8bf662bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b8bf5f2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b8bf60247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b8bf60247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b8bf60247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b8bf5f26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b8bf5eca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b8bf5eca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b8bf5eca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b8bf6021c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b8bf6021a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b8bf5f52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b8bf5f59fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b8bf5f72524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b8bf5f72524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b8bf5f72524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b8bf5eda26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b8bf5eda26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b8bf5f41acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b8bf5f425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b8bf5f425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b8bf5f425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b8bf5f3e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b8bf5f1e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b8bf5f2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b8bf60247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b8bf60247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b8bf60247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b8bf5f26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b8bf5eca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b8bf5eca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b8bf5fd0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b8bf5eca511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b8bf5eca511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b8bf5ecab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b8bf5ecab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b8bf6022e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b8bf6022e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b8bf66075c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b8bf5ebb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b8bf5ebb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b8bf5f3ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b8bf5f3ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b8bf65fee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b8bf65fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b8bf65fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b8bf662bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b8bf5f2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b8bf60247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b8bf60247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b8bf60247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b8bf5f26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b8bf5f25fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b8bf5f52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b8bf5f54424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b8bf5f54424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b8bf65ff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b8bf65fec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b8bf65fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b8bf65fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b8bf662b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b8bf5f2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b8bf60247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b8bf60247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b8bf60247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b8bf5f26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b8bf5eca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b8bf5eca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b8bf5eca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b8bf6021c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b8bf6022e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b8bf6022e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b8bf6022e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b8bf66075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b8bf6604bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b8bf6604aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b8bf6604ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b8bf5ebed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b8bf5ebed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b8bf65ff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b8bf65fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b8bf65fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b8bf662bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b8bf5f2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b8bf60247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b8bf60247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b8bf60247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b8bf5f26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b8bf5eca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b8bf5eca7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b8bf5efc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b8bf5efc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b8bf65fe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b8bf65fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b8bf65fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b8bf662bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b8bf5f2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b8bf60247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b8bf60247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b8bf60247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b8bf5f26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b8bf5eca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b8bf5eca7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b8bf5efc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b8bf5efc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b8bf65fe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b8bf65fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b8bf65fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b8bf662bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b8bf5f2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b8bf60247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b8bf60247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b8bf60247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b8bf5f26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b8bf5eca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b8bf5eca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b8bf5eca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b8bf6021c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b8bf6021a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b8bf66080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

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

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b8bf5fa2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b8bf5ebb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b8bf5ebb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b8bf5f3ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b8bf5f3ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b8bf65fee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b8bf65fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b8bf6600090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b8bf6600090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b8bf5fd182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b8bf5eca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b8bf5eca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b8bf5eca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b8bf6021c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b8bf6021a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b8bf66080c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b8bf5f52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b8bf5f59fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b8bf5ed4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b8bf5eddff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b8bf66073ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b8bf66071ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b8bf6606f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b8bf6604a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b8bf6604a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b8bf6604ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b8bf6a67db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b8bf6a67db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b8bf6a676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b8bf5afb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f8c15114d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b8bf5ebb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b8bf5ebb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b8bf5f3b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b8bf5f3b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b8bf5fd4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b8bf5fd4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b8bf5fd0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b8bf5eca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b8bf5eca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b8bf5eca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b8bf6021c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b8bf6021a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b8bf66080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b8bf66078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b8bf6604bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b8bf6604aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b8bf6604ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b8bf6a67db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b8bf6a67db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b8bf6a676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b8bf5afb928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b8bf5f52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b8bf5f54424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b8bf5f54424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b8bf65ff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b8bf65fec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b8bf65fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b8bf65fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b8bf662b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b8bf5f2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b8bf60247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b8bf60247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b8bf60247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b8bf5f26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b8bf5eca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b8bf5eca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b8bf5eca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b8bf6021c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b8bf6022e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b8bf6022e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b8bf6022e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b8bf66075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b8bf6604bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b8bf6604aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b8bf6604ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b8bf5f52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b8bf5f59fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b8bf5f72524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b8bf5f72524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b8bf5f72524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b8bf5eda26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b8bf5eda26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b8bf5f41acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b8bf5f425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b8bf5f425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b8bf5f425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b8bf5f43e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b8bf5f2ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b8bf6607044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b8bf6607044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b8bf6606f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b8bf6604a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b8bf6604a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b8bf6604ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b8bf6a67db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b8bf6a67db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b8bf6a676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b8bf5afb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f8c15114d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b8bf5ebed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b8bf5ebed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b8bf65ff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b8bf65fece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b8bf65fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b8bf65fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b8bf662bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b8bf5f2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b8bf60247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b8bf60247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b8bf60247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b8bf5f26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b8bf5eca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b8bf5eca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b8bf5eca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b8bf6021c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b8bf6021a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b8bf66080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b8bf66078d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b8bf5ebb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b8bf5ebb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b8bf5f3b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b8bf5f3b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b8bf5eda356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b8bf5eca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b8bf5eca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b8bf5fd0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b8bf5eca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b8bf5eca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b8bf5eca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b8bf6021c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b8bf6021a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b8bf66080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b8bf66078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b8bf6604bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b8bf6604aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b8bf6604ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b8bf6a67db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b8bf6a67db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b8bf6a676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b8bf5afb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b8bf5ebb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b8bf5ebb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b8bf5f3ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b8bf5f3ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b8bf65fee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b8bf65fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b8bf65fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b8bf662bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b8bf5f2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b8bf60247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b8bf60247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b8bf60247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b8bf5f26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b8bf5eca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b8bf5eca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b8bf5eca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b8bf6021c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b8bf6021a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b8bf5f52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b8bf5f59fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b8bf5f72524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b8bf5f72524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b8bf5f72524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b8bf5eda26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b8bf5eda26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b8bf5f41acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b8bf5f425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b8bf5f425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b8bf5f425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b8bf5f3e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b8bf5f1e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b8bf5f2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b8bf60247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b8bf60247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b8bf60247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b8bf5f26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b8bf5eca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b8bf5eca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b8bf5fd0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b8bf5eca511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b8bf5eca511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b8bf5ecab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b8bf5ecab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b8bf6022e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b8bf6022e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b8bf66075c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b8bf5ebb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b8bf5ebb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b8bf5f3ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b8bf5f3ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b8bf65fee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b8bf65fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b8bf65fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b8bf662bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b8bf5f2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b8bf60247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b8bf60247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b8bf60247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b8bf5f26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b8bf5f25fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b8bf5f52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b8bf5f54424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b8bf5f54424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b8bf65ff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b8bf65fec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b8bf65fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b8bf65fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b8bf662b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b8bf5f2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b8bf60247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b8bf60247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b8bf60247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b8bf5f26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b8bf5eca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b8bf5eca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b8bf5eca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b8bf6021c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b8bf6022e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b8bf6022e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b8bf6022e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b8bf66075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b8bf6604bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b8bf6604aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b8bf6604ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b8bf5ebed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b8bf5ebed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b8bf65ff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b8bf65fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b8bf65fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b8bf662bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b8bf5f2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b8bf60247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b8bf60247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b8bf60247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b8bf5f26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b8bf5eca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b8bf5eca7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b8bf5efc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b8bf5efc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b8bf65fe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b8bf65fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b8bf65fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b8bf662bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b8bf5f2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b8bf60247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b8bf60247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b8bf60247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b8bf5f26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b8bf5eca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b8bf5eca7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b8bf5efc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b8bf5efc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b8bf65fe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b8bf65fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b8bf65fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b8bf65fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b8bf65fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b8bf662bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b8bf5f2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b8bf60247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b8bf60247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b8bf60247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b8bf5f26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b8bf5fce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b8bf5fce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b8bf5fc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b8bf5fc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b8bf5fc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b8bf5fa2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b8bf5fa2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b8bf5fd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b8bf5ecb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b8bf5ecb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b8bf5ecb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b8bf602216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b8bf602216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b8bf5fa1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b8bf5fa1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b8bf5f25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b8bf5eca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b8bf5eca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b8bf5eca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b8bf6021c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b8bf6021a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b8bf66080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463627 byte(s) leaked in 8684 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/b64k/002629/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/topic_3.txt' has failed with code 100.
E   Errors:
E   ...3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bcb52e3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bcb52e3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bcb52f91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bcb52f91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bcb535780c4 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/b64k/002629/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/b64k/002629/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/b64k/002629/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 255210
DEBUG    ya.test:process.py:259 Command (pid 255210) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 255210) elapsed time (sec): 24.098081827163696
DEBUG    ya.test:process.py:263 Command (pid 255210) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 255210) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 255210) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 255210) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 255210) majflt: 2
DEBUG    ya.test:process.py:263 Command (pid 255210) maxrss: 1532268
DEBUG    ya.test:process.py:263 Command (pid 255210) minflt: 994495
DEBUG    ya.test:process.py:263 Command (pid 255210) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 255210) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 255210) nivcsw: 2229
DEBUG    ya.test:process.py:263 Command (pid 255210) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 255210) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 255210) nvcsw: 106084
DEBUG    ya.test:process.py:263 Command (pid 255210) oublock: 9656
DEBUG    ya.test:process.py:263 Command (pid 255210) stime: 4.655806
DEBUG    ya.test:process.py:263 Command (pid 255210) utime: 13.741532
DEBUG    ya.test:process.py:263 Command (pid 255210) wtime: 24.102
DEBUG    ya.test:process.py:275 Command (pid 255210) output:
2026-01-28T17:35:37.770343Z Fetching udfs...
2026-01-28T17:35:38.670377Z Initialization of fq runner...
2026-01-28T17:35:43.418987Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.151212s
2026-01-28T17:35:44.577756Z Fetching query results...
2026-01-28T17:35:44.577788Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 255210) errors:
...0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bcb52f12de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcb52e2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcb52e2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcb52eaac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcb52eaac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bcb5356ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bcb5356c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bcb53570090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bcb53570090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bcb52f4182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bcb52e3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bcb52e3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bcb52f91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bcb52f91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bcb535780c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcb52ec2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcb52ec9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bcb52e44d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bcb52e4dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bcb535773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bcb535771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bcb53576f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bcb53574a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bcb53574a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bcb53574ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bcb539d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bcb539d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcb539d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcb52a6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fcb72083d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcb52e2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcb52e2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcb52eab334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcb52eab334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bcb52f44686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bcb52f44686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bcb52f40dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bcb52e3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bcb52e3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bcb52f91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bcb52f91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bcb535780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bcb535778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bcb53574bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bcb53574aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bcb53574ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bcb539d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bcb539d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcb539d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcb52a6b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcb52ec2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcb52ec4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bcb52ec4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bcb5356f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bcb5356ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bcb5356c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bcb5356c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bcb5359b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bcb52e9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bcb52f947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bcb52f947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bcb52f947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bcb52e96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bcb52e3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bcb52e3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bcb52f91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bcb52f92e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bcb52f92e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bcb52f92e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bcb535775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bcb53574bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bcb53574aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bcb53574ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcb52ec2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcb52ec9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bcb52ee2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bcb52ee2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bcb52ee2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bcb52e4a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bcb52e4a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bcb52eb1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bcb52eb25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bcb52eb25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bcb52eb25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bcb52eb3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bcb52e9ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bcb53577044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bcb53577044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bcb53576f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bcb53574a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bcb53574a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bcb53574ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bcb539d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bcb539d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcb539d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcb52a6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fcb72083d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcb52e2ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bcb52e2ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bcb5356f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bcb5356ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bcb5356c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bcb5356c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bcb5359bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bcb52e9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bcb52f947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bcb52f947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bcb52f947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bcb52e96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bcb52e3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bcb52e3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bcb52f91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bcb52f91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bcb535780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bcb535778d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcb52e2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcb52e2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcb52eab18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcb52eab18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bcb52e4a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bcb52e3a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bcb52e3a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bcb52f40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bcb52e3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bcb52e3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bcb52f91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bcb52f91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bcb535780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bcb535778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bcb53574bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bcb53574aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bcb53574ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bcb539d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bcb539d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcb539d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcb52a6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcb52e2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcb52e2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcb52eaac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcb52eaac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bcb5356ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcb5356c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bcb5356c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bcb5359bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bcb52e9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bcb52f947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bcb52f947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bcb52f947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bcb52e96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bcb52e3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bcb52e3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bcb52f91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bcb52f91a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcb52ec2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcb52ec9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bcb52ee2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bcb52ee2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bcb52ee2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bcb52e4a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bcb52e4a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bcb52eb1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bcb52eb25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bcb52eb25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bcb52eb25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bcb52eae5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bcb52e8e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bcb52e9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bcb52f947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bcb52f947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bcb52f947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bcb52e96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bcb52e3a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bcb52e3a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bcb52f40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bcb52e3a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bcb52e3a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bcb52e3ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bcb52e3ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bcb52f92e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bcb52f92e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bcb535775c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcb52e2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcb52e2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcb52eaac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcb52eaac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bcb5356ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bcb5356c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bcb5356c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bcb5359bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bcb52e9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bcb52f947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bcb52f947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bcb52f947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bcb52e96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bcb52e95fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcb52ec2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcb52ec4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bcb52ec4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bcb5356f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bcb5356ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bcb5356c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bcb5356c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bcb5359b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bcb52e9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bcb52f947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bcb52f947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bcb52f947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bcb52e96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bcb52e3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bcb52e3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bcb52f91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bcb52f92e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bcb52f92e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bcb52f92e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bcb535775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bcb53574bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bcb53574aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bcb53574ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcb52e2ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bcb52e2ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bcb5356f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bcb5356c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bcb5356c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bcb5359bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bcb52e9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bcb52f947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bcb52f947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bcb52f947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bcb52e96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bcb52e3a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcb52e6c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bcb52e6c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bcb5356e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bcb5356c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bcb5356c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bcb5359bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bcb52e9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bcb52f947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bcb52f947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bcb52f947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bcb52e96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bcb52e3a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcb52e6c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bcb52e6c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bcb5356e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bcb5356c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bcb5356c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bcb5359bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bcb52e9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bcb52f947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bcb52f947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bcb52f947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bcb52e96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bcb52e3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bcb52e3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bcb52f91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bcb52f91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bcb535780c4 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'...0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bcb52f12de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcb52e2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcb52e2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcb52eaac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcb52eaac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bcb5356ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bcb5356c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bcb53570090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bcb53570090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bcb52f4182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bcb52e3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bcb52e3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bcb52f91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bcb52f91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bcb535780c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcb52ec2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcb52ec9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bcb52e44d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bcb52e4dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bcb535773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bcb535771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bcb53576f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bcb53574a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bcb53574a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bcb53574ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bcb539d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bcb539d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bcb539d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bcb52a6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fcb72083d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcb52e2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcb52e2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcb52eab334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcb52eab334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bcb52f44686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bcb52f44686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bcb52f40dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bcb52e3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bcb52e3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bcb52f91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bcb52f91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bcb535780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bcb535778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bcb53574bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bcb53574aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bcb53574ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bcb539d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bcb539d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bcb539d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bcb52a6b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcb52ec2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcb52ec4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bcb52ec4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bcb5356f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bcb5356ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bcb5356c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bcb5356c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bcb5359b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bcb52e9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bcb52f947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bcb52f947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bcb52f947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bcb52e96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bcb52e3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bcb52e3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bcb52f91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bcb52f92e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bcb52f92e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bcb52f92e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bcb535775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bcb53574bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bcb53574aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bcb53574ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcb52ec2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcb52ec9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bcb52ee2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bcb52ee2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bcb52ee2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bcb52e4a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bcb52e4a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bcb52eb1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bcb52eb25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bcb52eb25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bcb52eb25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bcb52eb3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bcb52e9ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bcb53577044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bcb53577044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bcb53576f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bcb53574a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bcb53574a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bcb53574ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bcb539d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bcb539d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bcb539d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bcb52a6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fcb72083d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcb52e2ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bcb52e2ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bcb5356f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bcb5356ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bcb5356c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bcb5356c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bcb5359bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bcb52e9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bcb52f947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bcb52f947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bcb52f947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bcb52e96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bcb52e3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bcb52e3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bcb52f91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bcb52f91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bcb535780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bcb535778d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcb52e2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcb52e2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcb52eab18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcb52eab18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bcb52e4a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bcb52e3a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bcb52e3a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bcb52f40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bcb52e3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bcb52e3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bcb52f91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bcb52f91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bcb535780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bcb535778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bcb53574bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bcb53574aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bcb53574ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bcb539d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bcb539d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bcb539d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bcb52a6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcb52e2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcb52e2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcb52eaac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcb52eaac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bcb5356ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcb5356c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bcb5356c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bcb5359bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bcb52e9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bcb52f947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bcb52f947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bcb52f947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bcb52e96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bcb52e3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bcb52e3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bcb52f91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bcb52f91a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcb52ec2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcb52ec9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bcb52ee2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bcb52ee2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bcb52ee2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bcb52e4a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bcb52e4a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bcb52eb1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bcb52eb25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bcb52eb25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bcb52eb25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bcb52eae5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bcb52e8e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bcb52e9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bcb52f947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bcb52f947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bcb52f947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bcb52e96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bcb52e3a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bcb52e3a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bcb52f40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bcb52e3a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bcb52e3a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bcb52e3ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bcb52e3ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bcb52f92e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bcb52f92e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bcb535775c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcb52e2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcb52e2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcb52eaac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcb52eaac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bcb5356ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bcb5356c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bcb5356c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bcb5359bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bcb52e9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bcb52f947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bcb52f947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bcb52f947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bcb52e96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bcb52e95fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcb52ec2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcb52ec4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bcb52ec4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bcb5356f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bcb5356ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bcb5356c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bcb5356c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bcb5359b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bcb52e9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bcb52f947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bcb52f947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bcb52f947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bcb52e96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bcb52e3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bcb52e3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bcb52f91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bcb52f92e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bcb52f92e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bcb52f92e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bcb535775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bcb53574bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bcb53574aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bcb53574ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcb52e2ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bcb52e2ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bcb5356f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bcb5356c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bcb5356c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bcb5359bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bcb52e9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bcb52f947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bcb52f947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bcb52f947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bcb52e96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bcb52e3a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcb52e6c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bcb52e6c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bcb5356e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bcb5356c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bcb5356c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bcb5359bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bcb52e9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bcb52f947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bcb52f947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bcb52f947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bcb52e96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bcb52e3a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcb52e6c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bcb52e6c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bcb5356e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bcb5356ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bcb5356ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bcb5356c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bcb5356c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bcb5359bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bcb52e9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bcb52f947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bcb52f947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bcb52f947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bcb52e96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bcb52f3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bcb52f3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bcb52f36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bcb52f36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bcb52f36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bcb52f12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bcb52f12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bcb52f4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bcb52e3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bcb52e3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bcb52e3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bcb52f91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bcb52f91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bcb535780c4 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/b64k/002629/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/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 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b71d75fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b71d75fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b71d7751c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b71d7751a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b71d7d380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 452671 byte(s) leaked in 8445 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/b64k/002629/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/b64k/002629/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/b64k/002629/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 259122
DEBUG    ya.test:process.py:259 Command (pid 259122) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 259122) elapsed time (sec): 22.231847763061523
DEBUG    ya.test:process.py:263 Command (pid 259122) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 259122) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 259122) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 259122) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 259122) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 259122) maxrss: 1495436
DEBUG    ya.test:process.py:263 Command (pid 259122) minflt: 983506
DEBUG    ya.test:process.py:263 Command (pid 259122) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 259122) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 259122) nivcsw: 1833
DEBUG    ya.test:process.py:263 Command (pid 259122) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 259122) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 259122) nvcsw: 103276
DEBUG    ya.test:process.py:263 Command (pid 259122) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 259122) stime: 4.848629
DEBUG    ya.test:process.py:263 Command (pid 259122) utime: 13.058867
DEBUG    ya.test:process.py:263 Command (pid 259122) wtime: 22.239
DEBUG    ya.test:process.py:275 Command (pid 259122) output:
2026-01-28T17:36:02.433131Z Fetching udfs...
2026-01-28T17:36:03.380403Z Initialization of fq runner...
2026-01-28T17:36:08.536482Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.770143s
2026-01-28T17:36:09.313195Z Fetching query results...
2026-01-28T17:36:09.313225Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 259122) errors:
...0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b71d76d2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71d75eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b71d75eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b71d766ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b71d766ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b71d7d2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b71d7d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b71d7d30090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b71d7d30090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b71d770182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b71d75fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b71d75fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b71d7751c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b71d7751a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b71d7d380c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71d7682bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b71d7689fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b71d7604d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b71d760dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b71d7d373ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b71d7d371ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b71d7d36f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b71d7d34a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b71d7d34a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b71d7d34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b71d8197db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b71d8197db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b71d81976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b71d722b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f71f6846d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71d75eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b71d75eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b71d766b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b71d766b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b71d7704686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b71d7704686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b71d7700dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b71d75fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b71d75fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b71d7751c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b71d7751a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b71d7d380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b71d7d378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b71d7d34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b71d7d34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b71d7d34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b71d8197db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b71d8197db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b71d81976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b71d722b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71d7682bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b71d7684424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b71d7684424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b71d7d2f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b71d7d2ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b71d7d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b71d7d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b71d7d5b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b71d765741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b71d77547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b71d77547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b71d77547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b71d7656214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b71d75fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b71d75fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b71d7751c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b71d7752e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b71d7752e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b71d7752e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b71d7d375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b71d7d34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b71d7d34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b71d7d34ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71d7682bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b71d7689fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b71d76a2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b71d76a2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b71d76a2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b71d760a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b71d760a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b71d7671acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b71d76725ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b71d76725ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b71d76725ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b71d7673e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b71d765ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b71d7d37044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b71d7d37044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b71d7d36f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b71d7d34a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b71d7d34a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b71d7d34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b71d8197db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b71d8197db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b71d81976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b71d722b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f71f6846d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71d75eed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b71d75eed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b71d7d2f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b71d7d2ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b71d7d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b71d7d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b71d7d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b71d765741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b71d77547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b71d77547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b71d77547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b71d7656214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b71d75fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b71d75fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b71d7751c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b71d7751a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b71d7d380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b71d7d378d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71d75eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b71d75eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b71d766b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b71d766b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b71d760a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b71d75fa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b71d75fa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b71d7700ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b71d75fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b71d75fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b71d7751c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b71d7751a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b71d7d380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b71d7d378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b71d7d34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b71d7d34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b71d7d34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b71d8197db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b71d8197db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b71d81976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b71d722b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71d75eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b71d75eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b71d766ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b71d766ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b71d7d2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b71d7d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b71d7d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b71d7d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b71d765741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b71d77547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b71d77547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b71d77547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b71d7656214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b71d75fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b71d75fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b71d7751c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b71d7751a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71d7682bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b71d7689fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b71d76a2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b71d76a2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b71d76a2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b71d760a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b71d760a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b71d7671acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b71d76725ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b71d76725ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b71d76725ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b71d766e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b71d764e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b71d765741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b71d77547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b71d77547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b71d77547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b71d7656214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b71d75fa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b71d75fa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b71d7700ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b71d75fa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b71d75fa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b71d75fab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b71d75fab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b71d7752e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b71d7752e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b71d7d375c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71d75eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b71d75eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b71d766ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b71d766ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b71d7d2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b71d7d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b71d7d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b71d7d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b71d765741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b71d77547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b71d77547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b71d77547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b71d7656214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b71d7655fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71d7682bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b71d7684424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b71d7684424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b71d7d2f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b71d7d2ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b71d7d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b71d7d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b71d7d5b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b71d765741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b71d77547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b71d77547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b71d77547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b71d7656214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b71d75fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b71d75fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b71d7751c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b71d7752e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b71d7752e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b71d7752e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b71d7d375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b71d7d34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b71d7d34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b71d7d34ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71d75eed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b71d75eed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b71d7d2f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b71d7d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b71d7d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b71d7d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b71d765741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b71d77547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b71d77547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b71d77547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b71d7656214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b71d75fa7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71d762c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b71d762c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b71d7d2e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b71d7d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b71d7d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b71d7d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b71d765741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b71d77547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b71d77547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b71d77547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b71d7656214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b71d75fa7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b71d762c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b71d762c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b71d7d2e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b71d7d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b71d7d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b71d7d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b71d765741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b71d77547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b71d77547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b71d77547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b71d7656214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b71d75fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b71d75fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b71d7751c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b71d7751a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b71d7d380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 452671 byte(s) leaked in 8445 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b71d76d2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71d75eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b71d75eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b71d766ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b71d766ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b71d7d2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b71d7d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b71d7d30090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b71d7d30090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b71d770182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b71d75fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b71d75fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b71d7751c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b71d7751a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b71d7d380c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71d7682bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b71d7689fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b71d7604d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b71d760dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b71d7d373ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b71d7d371ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b71d7d36f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b71d7d34a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b71d7d34a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b71d7d34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b71d8197db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b71d8197db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b71d81976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b71d722b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f71f6846d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71d75eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b71d75eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b71d766b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b71d766b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b71d7704686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b71d7704686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b71d7700dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b71d75fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b71d75fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b71d7751c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b71d7751a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b71d7d380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b71d7d378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b71d7d34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b71d7d34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b71d7d34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b71d8197db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b71d8197db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b71d81976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b71d722b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71d7682bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b71d7684424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b71d7684424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b71d7d2f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b71d7d2ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b71d7d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b71d7d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b71d7d5b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b71d765741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b71d77547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b71d77547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b71d77547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b71d7656214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b71d75fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b71d75fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b71d7751c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b71d7752e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b71d7752e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b71d7752e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b71d7d375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b71d7d34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b71d7d34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b71d7d34ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71d7682bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b71d7689fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b71d76a2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b71d76a2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b71d76a2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b71d760a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b71d760a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b71d7671acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b71d76725ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b71d76725ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b71d76725ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b71d7673e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b71d765ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b71d7d37044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b71d7d37044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b71d7d36f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b71d7d34a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b71d7d34a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b71d7d34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b71d8197db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b71d8197db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b71d81976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b71d722b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f71f6846d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71d75eed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b71d75eed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b71d7d2f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b71d7d2ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b71d7d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b71d7d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b71d7d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b71d765741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b71d77547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b71d77547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b71d77547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b71d7656214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b71d75fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b71d75fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b71d7751c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b71d7751a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b71d7d380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b71d7d378d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71d75eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b71d75eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b71d766b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b71d766b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b71d760a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b71d75fa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b71d75fa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b71d7700ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b71d75fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b71d75fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b71d7751c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b71d7751a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b71d7d380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b71d7d378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b71d7d34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b71d7d34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b71d7d34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b71d8197db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b71d8197db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b71d81976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b71d722b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71d75eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b71d75eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b71d766ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b71d766ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b71d7d2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b71d7d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b71d7d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b71d7d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b71d765741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b71d77547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b71d77547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b71d77547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b71d7656214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b71d75fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b71d75fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b71d7751c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b71d7751a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71d7682bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b71d7689fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b71d76a2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b71d76a2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b71d76a2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b71d760a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b71d760a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b71d7671acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b71d76725ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b71d76725ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b71d76725ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b71d766e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b71d764e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b71d765741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b71d77547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b71d77547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b71d77547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b71d7656214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b71d75fa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b71d75fa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b71d7700ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b71d75fa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b71d75fa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b71d75fab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b71d75fab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b71d7752e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b71d7752e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b71d7d375c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71d75eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b71d75eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b71d766ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b71d766ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b71d7d2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b71d7d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b71d7d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b71d7d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b71d765741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b71d77547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b71d77547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b71d77547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b71d7656214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b71d7655fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71d7682bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b71d7684424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b71d7684424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b71d7d2f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b71d7d2ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b71d7d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b71d7d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b71d7d5b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b71d765741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b71d77547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b71d77547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b71d77547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b71d7656214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b71d75fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b71d75fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b71d7751c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b71d7752e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b71d7752e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b71d7752e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b71d7d375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b71d7d34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b71d7d34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b71d7d34ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71d75eed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b71d75eed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b71d7d2f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b71d7d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b71d7d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b71d7d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b71d765741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b71d77547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b71d77547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b71d77547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b71d7656214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b71d75fa7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71d762c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b71d762c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b71d7d2e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b71d7d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b71d7d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b71d7d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b71d765741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b71d77547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b71d77547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b71d77547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b71d7656214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b71d75fa7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b71d762c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b71d762c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b71d7d2e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b71d7d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b71d7d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b71d7d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b71d7d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b71d7d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b71d765741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b71d77547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b71d77547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b71d77547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b71d7656214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b71d76fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b71d76fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b71d76f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b71d76f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b71d76f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b71d76d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b71d76d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b71d770288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b71d75fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b71d75fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b71d75fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b71d7751c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b71d7751a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b71d7d380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 452671 byte(s) leaked in 8445 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
81.04s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindow-default.txt]
28.80s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowByStringKey-default.txt]
27.94s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowPercentile-default.txt]
25.46s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowExprKey-default.txt]
24.18s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt]
24.10s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowListKey-default.txt]
22.31s call     test_sql_streaming.py::test[pq-ReadTopic-default.txt]
21.79s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowNoKey-default.txt]
0.05s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowListKey-default.txt]
0.04s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowNoKey-default.txt]
0.03s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindow-default.txt]
0.03s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowExprKey-default.txt]
0.02s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt]
0.02s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowPercentile-default.txt]
0.02s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowByStringKey-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadTopic-default.txt]

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

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

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

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

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

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

SUMMARY: AddressSanitizer: 463627 byte(s) leaked in 8684 allocation(s).
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_y7waji8h/topic_3.txt' has failed with code 100.
Errors:
...3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bcb52e3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bcb52e3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bcb52f9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bcb52f9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bcb52f11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bcb52f11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bcb52e95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bcb52e3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bcb52e3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bcb52e3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bcb52f91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bcb52f91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bcb535780c4 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/b64k/002629/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/002629/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/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/002629/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_5omrssdz/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 0x7b71d75fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b71d75fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b71d775216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b71d775216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b71d76d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b71d76d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b71d7655fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b71d75fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b71d75fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b71d75fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b71d7751c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b71d7751a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b71d7d380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 452671 byte(s) leaked in 8445 allocation(s).
======================== 8 failed in 258.51s (0:04:18) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/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 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b7906b6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b7906b6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b7906cc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b7906cc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b79072a80c4 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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/00262c/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 206249
DEBUG    ya.test:process.py:259 Command (pid 206249) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 206249) elapsed time (sec): 82.55310773849487
DEBUG    ya.test:process.py:263 Command (pid 206249) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 206249) inblock: 66088
DEBUG    ya.test:process.py:263 Command (pid 206249) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 206249) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 206249) majflt: 1034
DEBUG    ya.test:process.py:263 Command (pid 206249) maxrss: 1505856
DEBUG    ya.test:process.py:263 Command (pid 206249) minflt: 980858
DEBUG    ya.test:process.py:263 Command (pid 206249) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 206249) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 206249) nivcsw: 3146
DEBUG    ya.test:process.py:263 Command (pid 206249) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 206249) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 206249) nvcsw: 102258
DEBUG    ya.test:process.py:263 Command (pid 206249) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 206249) stime: 4.092704
DEBUG    ya.test:process.py:263 Command (pid 206249) utime: 13.948002
DEBUG    ya.test:process.py:263 Command (pid 206249) wtime: 82.558
DEBUG    ya.test:process.py:275 Command (pid 206249) output:
2026-01-28T17:32:06.734143Z Fetching udfs...
2026-01-28T17:32:15.671918Z Initialization of fq runner...
2026-01-28T17:32:23.495980Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.188286s
2026-01-28T17:32:24.697069Z Fetching query results...
2026-01-28T17:32:24.697133Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 206249) errors:
...0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b7906c42de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7906b5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7906b5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7906bdac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7906bdac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b790729ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b790729c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b79072a0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b79072a0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b7906c7182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b7906b6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b7906b6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b7906cc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b7906cc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b79072a80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7906bf2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7906bf9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b7906b74d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b7906b7dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b79072a73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b79072a71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b79072a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b79072a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b79072a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b79072a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b7907707db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b7907707db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b79077076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b790679b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f7925db2d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7906b5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7906b5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7906bdb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7906bdb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b7906c74686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b7906c74686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b7906c70dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b7906b6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b7906b6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b7906cc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b7906cc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b79072a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b79072a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b79072a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b79072a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b79072a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b7907707db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b7907707db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b79077076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b790679b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7906bf2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7906bf4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b7906bf4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b790729f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b790729ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b790729c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b790729c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b79072cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b7906bc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b7906cc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b7906cc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b7906cc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b7906bc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b7906b6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b7906b6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b7906cc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b7906cc2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b7906cc2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b7906cc2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b79072a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b79072a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b79072a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b79072a4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7906bf2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7906bf9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b7906c12524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b7906c12524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b7906c12524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b7906b7a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b7906b7a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b7906be1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b7906be25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b7906be25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b7906be25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b7906be3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b7906bcad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b79072a7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b79072a7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b79072a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b79072a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b79072a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b79072a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b7907707db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b7907707db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b79077076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b790679b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f7925db2d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7906b5ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b7906b5ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b790729f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b790729ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b790729c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b790729c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b79072cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b7906bc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b7906cc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b7906cc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b7906cc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b7906bc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b7906b6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b7906b6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b7906cc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b7906cc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b79072a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b79072a78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7906b5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7906b5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7906bdb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7906bdb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b7906b7a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b7906b6a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b7906b6a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b7906c70ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b7906b6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b7906b6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b7906cc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b7906cc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b79072a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b79072a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b79072a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b79072a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b79072a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b7907707db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b7907707db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b79077076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b790679b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7906b5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7906b5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7906bdac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7906bdac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b790729ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b790729c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b790729c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b79072cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b7906bc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b7906cc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b7906cc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b7906cc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b7906bc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b7906b6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b7906b6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b7906cc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b7906cc1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7906bf2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7906bf9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b7906c12524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b7906c12524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b7906c12524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b7906b7a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b7906b7a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b7906be1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b7906be25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b7906be25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b7906be25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b7906bde5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b7906bbe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b7906bc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b7906cc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b7906cc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b7906cc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b7906bc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b7906b6a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b7906b6a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b7906c70ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b7906b6a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b7906b6a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b7906b6ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b7906b6ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b7906cc2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b7906cc2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b79072a75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7906b5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7906b5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7906bdac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7906bdac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b790729ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b790729c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b790729c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b79072cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b7906bc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b7906cc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b7906cc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b7906cc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b7906bc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b7906bc5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7906bf2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7906bf4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b7906bf4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b790729f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b790729ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b790729c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b790729c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b79072cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b7906bc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b7906cc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b7906cc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b7906cc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b7906bc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b7906b6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b7906b6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b7906cc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b7906cc2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b7906cc2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b7906cc2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b79072a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b79072a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b79072a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b79072a4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7906b5ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b7906b5ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b790729f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b790729c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b790729c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b79072cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b7906bc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b7906cc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b7906cc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b7906cc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b7906bc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b7906b6a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7906b9c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b7906b9c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b790729e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b790729c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b790729c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b79072cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b7906bc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b7906cc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b7906cc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b7906cc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b7906bc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b7906b6a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7906b9c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b7906b9c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b790729e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b790729c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b790729c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b79072cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b7906bc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b7906cc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b7906cc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b7906cc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b7906bc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b7906b6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b7906b6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b7906cc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b7906cc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b79072a80c4 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'...0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b7906c42de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7906b5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7906b5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7906bdac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7906bdac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b790729ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b790729c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b79072a0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b79072a0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b7906c7182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b7906b6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b7906b6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b7906cc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b7906cc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b79072a80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7906bf2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7906bf9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b7906b74d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b7906b7dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b79072a73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b79072a71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b79072a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b79072a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b79072a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b79072a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b7907707db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b7907707db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b79077076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b790679b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f7925db2d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7906b5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7906b5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7906bdb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7906bdb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b7906c74686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b7906c74686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b7906c70dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b7906b6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b7906b6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b7906cc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b7906cc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b79072a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b79072a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b79072a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b79072a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b79072a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b7907707db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b7907707db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b79077076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b790679b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7906bf2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7906bf4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b7906bf4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b790729f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b790729ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b790729c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b790729c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b79072cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b7906bc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b7906cc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b7906cc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b7906cc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b7906bc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b7906b6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b7906b6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b7906cc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b7906cc2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b7906cc2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b7906cc2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b79072a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b79072a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b79072a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b79072a4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7906bf2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7906bf9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b7906c12524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b7906c12524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b7906c12524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b7906b7a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b7906b7a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b7906be1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b7906be25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b7906be25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b7906be25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b7906be3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b7906bcad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b79072a7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b79072a7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b79072a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b79072a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b79072a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b79072a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b7907707db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b7907707db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b79077076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b790679b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f7925db2d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7906b5ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b7906b5ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b790729f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b790729ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b790729c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b790729c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b79072cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b7906bc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b7906cc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b7906cc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b7906cc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b7906bc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b7906b6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b7906b6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b7906cc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b7906cc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b79072a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b79072a78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7906b5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7906b5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7906bdb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7906bdb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b7906b7a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b7906b6a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b7906b6a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b7906c70ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b7906b6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b7906b6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b7906cc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b7906cc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b79072a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b79072a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b79072a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b79072a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b79072a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b7907707db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b7907707db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b79077076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b790679b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7906b5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7906b5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7906bdac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7906bdac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b790729ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b790729c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b790729c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b79072cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b7906bc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b7906cc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b7906cc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b7906cc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b7906bc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b7906b6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b7906b6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b7906cc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b7906cc1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7906bf2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7906bf9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b7906c12524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b7906c12524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b7906c12524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b7906b7a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b7906b7a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b7906be1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b7906be25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b7906be25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b7906be25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b7906bde5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b7906bbe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b7906bc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b7906cc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b7906cc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b7906cc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b7906bc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b7906b6a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b7906b6a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b7906c70ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b7906b6a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b7906b6a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b7906b6ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b7906b6ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b7906cc2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b7906cc2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b79072a75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7906b5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7906b5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7906bdac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7906bdac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b790729ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b790729c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b790729c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b79072cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b7906bc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b7906cc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b7906cc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b7906cc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b7906bc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b7906bc5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7906bf2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7906bf4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b7906bf4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b790729f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b790729ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b790729c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b790729c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b79072cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b7906bc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b7906cc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b7906cc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b7906cc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b7906bc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b7906b6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b7906b6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b7906cc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b7906cc2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b7906cc2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b7906cc2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b79072a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b79072a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b79072a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b79072a4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7906b5ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b7906b5ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b790729f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b790729c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b790729c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b79072cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b7906bc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b7906cc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b7906cc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b7906cc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b7906bc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b7906b6a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7906b9c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b7906b9c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b790729e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b790729c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b790729c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b79072cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b7906bc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b7906cc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b7906cc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b7906cc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b7906bc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b7906b6a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7906b9c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b7906b9c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b790729e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b790729ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b790729ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b790729c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b790729c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b79072cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b7906bc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b7906cc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b7906cc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b7906cc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b7906bc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b7906c6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b7906c6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b7906c66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b7906c66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b7906c66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b7906c42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b7906c42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b7906c7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b7906b6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b7906b6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b7906b6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b7906cc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b7906cc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b79072a80c4 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/b64k/00262c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/topic_3.txt' has failed with code 100.
E   Errors:
E   ...3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b2bbd73a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b2bbd73a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b2bbd891c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b2bbd891a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b2bbde780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463535 byte(s) leaked in 8682 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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 221526
DEBUG    ya.test:process.py:259 Command (pid 221526) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 221526) elapsed time (sec): 30.181002378463745
DEBUG    ya.test:process.py:263 Command (pid 221526) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 221526) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 221526) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 221526) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 221526) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 221526) maxrss: 1507724
DEBUG    ya.test:process.py:263 Command (pid 221526) minflt: 987882
DEBUG    ya.test:process.py:263 Command (pid 221526) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 221526) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 221526) nivcsw: 3703
DEBUG    ya.test:process.py:263 Command (pid 221526) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 221526) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 221526) nvcsw: 100189
DEBUG    ya.test:process.py:263 Command (pid 221526) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 221526) stime: 4.222753
DEBUG    ya.test:process.py:263 Command (pid 221526) utime: 13.156864
DEBUG    ya.test:process.py:263 Command (pid 221526) wtime: 30.201
DEBUG    ya.test:process.py:275 Command (pid 221526) output:
2026-01-28T17:33:30.199666Z Fetching udfs...
2026-01-28T17:33:31.112455Z Initialization of fq runner...
2026-01-28T17:33:39.657446Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.638919s
2026-01-28T17:33:40.322264Z Fetching query results...
2026-01-28T17:33:40.322298Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 221526) errors:
...0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b2bbd812de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2bbd72b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b2bbd72b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b2bbd7aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b2bbd7aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2bbde6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b2bbde6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b2bbde70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b2bbde70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b2bbd84182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b2bbd73a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b2bbd73a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b2bbd891c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b2bbd891a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b2bbde780c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2bbd7c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2bbd7c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b2bbd744d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b2bbd74dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b2bbde773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b2bbde771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b2bbde76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b2bbde74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b2bbde74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b2bbde74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b2bbe2d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b2bbe2d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b2bbe2d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b2bbd36b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f2bdc97fd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2bbd72b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b2bbd72b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b2bbd7ab334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b2bbd7ab334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b2bbd844686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b2bbd844686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b2bbd840dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b2bbd73a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b2bbd73a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b2bbd891c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b2bbd891a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b2bbde780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b2bbde778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b2bbde74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b2bbde74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b2bbde74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b2bbe2d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b2bbe2d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b2bbe2d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b2bbd36b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2bbd7c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2bbd7c4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b2bbd7c4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b2bbde6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b2bbde6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b2bbde6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b2bbde6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b2bbde9b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b2bbd79741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b2bbd8947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b2bbd8947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b2bbd8947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b2bbd796214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b2bbd73a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b2bbd73a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b2bbd891c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b2bbd892e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b2bbd892e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b2bbd892e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b2bbde775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b2bbde74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b2bbde74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b2bbde74ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2bbd7c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2bbd7c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b2bbd7e2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b2bbd7e2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b2bbd7e2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b2bbd74a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b2bbd74a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b2bbd7b1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b2bbd7b25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b2bbd7b25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b2bbd7b25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b2bbd7b3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b2bbd79ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b2bbde77044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b2bbde77044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b2bbde76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b2bbde74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b2bbde74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b2bbde74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b2bbe2d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b2bbe2d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b2bbe2d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b2bbd36b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f2bdc97fd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2bbd72ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b2bbd72ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b2bbde6f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b2bbde6ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b2bbde6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b2bbde6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b2bbde9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b2bbd79741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b2bbd8947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b2bbd8947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b2bbd8947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b2bbd796214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b2bbd73a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b2bbd73a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b2bbd891c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b2bbd891a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b2bbde780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b2bbde778d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2bbd72b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b2bbd72b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b2bbd7ab18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b2bbd7ab18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b2bbd74a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b2bbd73a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b2bbd73a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b2bbd840ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b2bbd73a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b2bbd73a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b2bbd891c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b2bbd891a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b2bbde780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b2bbde778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b2bbde74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b2bbde74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b2bbde74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b2bbe2d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b2bbe2d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b2bbe2d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b2bbd36b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2bbd72b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b2bbd72b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b2bbd7aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b2bbd7aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2bbde6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2bbde6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b2bbde6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b2bbde9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b2bbd79741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b2bbd8947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b2bbd8947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b2bbd8947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b2bbd796214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b2bbd73a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b2bbd73a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b2bbd891c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b2bbd891a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2bbd7c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2bbd7c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b2bbd7e2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b2bbd7e2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b2bbd7e2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b2bbd74a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b2bbd74a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b2bbd7b1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b2bbd7b25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b2bbd7b25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b2bbd7b25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b2bbd7ae5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b2bbd78e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b2bbd79741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b2bbd8947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b2bbd8947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b2bbd8947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b2bbd796214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b2bbd73a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b2bbd73a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b2bbd840ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b2bbd73a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b2bbd73a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b2bbd73ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b2bbd73ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b2bbd892e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b2bbd892e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b2bbde775c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2bbd72b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b2bbd72b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b2bbd7aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b2bbd7aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2bbde6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b2bbde6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b2bbde6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b2bbde9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b2bbd79741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b2bbd8947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b2bbd8947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b2bbd8947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b2bbd796214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b2bbd795fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2bbd7c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2bbd7c4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b2bbd7c4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b2bbde6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b2bbde6ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b2bbde6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b2bbde6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b2bbde9b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b2bbd79741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b2bbd8947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b2bbd8947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b2bbd8947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b2bbd796214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b2bbd73a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b2bbd73a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b2bbd891c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b2bbd892e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b2bbd892e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b2bbd892e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b2bbde775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b2bbde74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b2bbde74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b2bbde74ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2bbd72ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b2bbd72ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b2bbde6f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2bbde6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b2bbde6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b2bbde9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b2bbd79741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b2bbd8947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b2bbd8947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b2bbd8947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b2bbd796214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b2bbd73a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2bbd76c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b2bbd76c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b2bbde6e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2bbde6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b2bbde6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b2bbde9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b2bbd79741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b2bbd8947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b2bbd8947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b2bbd8947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b2bbd796214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b2bbd73a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2bbd76c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b2bbd76c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b2bbde6e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b2bbde6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b2bbde6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b2bbde9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b2bbd79741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b2bbd8947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b2bbd8947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b2bbd8947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b2bbd796214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b2bbd73a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b2bbd73a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b2bbd891c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b2bbd891a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b2bbde780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

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

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b2bbd812de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2bbd72b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b2bbd72b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b2bbd7aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b2bbd7aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2bbde6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b2bbde6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b2bbde70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b2bbde70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b2bbd84182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b2bbd73a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b2bbd73a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b2bbd891c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b2bbd891a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b2bbde780c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2bbd7c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2bbd7c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b2bbd744d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b2bbd74dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b2bbde773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b2bbde771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b2bbde76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b2bbde74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b2bbde74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b2bbde74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b2bbe2d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b2bbe2d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b2bbe2d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b2bbd36b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f2bdc97fd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2bbd72b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b2bbd72b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b2bbd7ab334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b2bbd7ab334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b2bbd844686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b2bbd844686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b2bbd840dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b2bbd73a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b2bbd73a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b2bbd891c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b2bbd891a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b2bbde780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b2bbde778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b2bbde74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b2bbde74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b2bbde74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b2bbe2d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b2bbe2d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b2bbe2d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b2bbd36b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2bbd7c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2bbd7c4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b2bbd7c4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b2bbde6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b2bbde6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b2bbde6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b2bbde6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b2bbde9b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b2bbd79741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b2bbd8947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b2bbd8947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b2bbd8947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b2bbd796214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b2bbd73a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b2bbd73a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b2bbd891c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b2bbd892e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b2bbd892e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b2bbd892e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b2bbde775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b2bbde74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b2bbde74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b2bbde74ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2bbd7c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2bbd7c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b2bbd7e2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b2bbd7e2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b2bbd7e2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b2bbd74a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b2bbd74a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b2bbd7b1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b2bbd7b25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b2bbd7b25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b2bbd7b25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b2bbd7b3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b2bbd79ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b2bbde77044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b2bbde77044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b2bbde76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b2bbde74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b2bbde74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b2bbde74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b2bbe2d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b2bbe2d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b2bbe2d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b2bbd36b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f2bdc97fd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2bbd72ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b2bbd72ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b2bbde6f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b2bbde6ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b2bbde6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b2bbde6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b2bbde9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b2bbd79741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b2bbd8947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b2bbd8947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b2bbd8947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b2bbd796214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b2bbd73a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b2bbd73a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b2bbd891c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b2bbd891a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b2bbde780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b2bbde778d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2bbd72b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b2bbd72b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b2bbd7ab18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b2bbd7ab18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b2bbd74a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b2bbd73a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b2bbd73a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b2bbd840ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b2bbd73a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b2bbd73a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b2bbd891c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b2bbd891a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b2bbde780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b2bbde778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b2bbde74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b2bbde74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b2bbde74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b2bbe2d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b2bbe2d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b2bbe2d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b2bbd36b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2bbd72b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b2bbd72b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b2bbd7aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b2bbd7aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2bbde6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2bbde6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b2bbde6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b2bbde9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b2bbd79741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b2bbd8947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b2bbd8947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b2bbd8947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b2bbd796214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b2bbd73a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b2bbd73a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b2bbd891c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b2bbd891a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2bbd7c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2bbd7c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b2bbd7e2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b2bbd7e2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b2bbd7e2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b2bbd74a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b2bbd74a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b2bbd7b1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b2bbd7b25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b2bbd7b25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b2bbd7b25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b2bbd7ae5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b2bbd78e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b2bbd79741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b2bbd8947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b2bbd8947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b2bbd8947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b2bbd796214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b2bbd73a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b2bbd73a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b2bbd840ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b2bbd73a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b2bbd73a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b2bbd73ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b2bbd73ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b2bbd892e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b2bbd892e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b2bbde775c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2bbd72b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b2bbd72b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b2bbd7aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b2bbd7aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2bbde6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b2bbde6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b2bbde6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b2bbde9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b2bbd79741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b2bbd8947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b2bbd8947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b2bbd8947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b2bbd796214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b2bbd795fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2bbd7c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2bbd7c4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b2bbd7c4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b2bbde6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b2bbde6ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b2bbde6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b2bbde6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b2bbde9b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b2bbd79741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b2bbd8947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b2bbd8947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b2bbd8947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b2bbd796214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b2bbd73a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b2bbd73a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b2bbd891c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b2bbd892e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b2bbd892e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b2bbd892e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b2bbde775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b2bbde74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b2bbde74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b2bbde74ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2bbd72ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b2bbd72ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b2bbde6f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2bbde6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b2bbde6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b2bbde9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b2bbd79741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b2bbd8947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b2bbd8947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b2bbd8947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b2bbd796214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b2bbd73a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2bbd76c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b2bbd76c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b2bbde6e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2bbde6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b2bbde6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b2bbde9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b2bbd79741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b2bbd8947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b2bbd8947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b2bbd8947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b2bbd796214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b2bbd73a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2bbd76c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b2bbd76c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b2bbde6e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b2bbde6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b2bbde6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b2bbde6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b2bbde6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b2bbde9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b2bbd79741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b2bbd8947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b2bbd8947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b2bbd8947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b2bbd796214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b2bbd83e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b2bbd83e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b2bbd836d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b2bbd836d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b2bbd836d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b2bbd812de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b2bbd812de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b2bbd84288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b2bbd73b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b2bbd73a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b2bbd73a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b2bbd891c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b2bbd891a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b2bbde780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463535 byte(s) leaked in 8682 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/b64k/00262c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/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 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bcf9170a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bcf9170a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bcf91861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bcf91861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bcf91e480c4 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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 230723
DEBUG    ya.test:process.py:259 Command (pid 230723) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 230723) elapsed time (sec): 28.126843214035034
DEBUG    ya.test:process.py:263 Command (pid 230723) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 230723) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 230723) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 230723) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 230723) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 230723) maxrss: 1515492
DEBUG    ya.test:process.py:263 Command (pid 230723) minflt: 990531
DEBUG    ya.test:process.py:263 Command (pid 230723) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 230723) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 230723) nivcsw: 3243
DEBUG    ya.test:process.py:263 Command (pid 230723) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 230723) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 230723) nvcsw: 99286
DEBUG    ya.test:process.py:263 Command (pid 230723) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 230723) stime: 4.290474
DEBUG    ya.test:process.py:263 Command (pid 230723) utime: 12.876263
DEBUG    ya.test:process.py:263 Command (pid 230723) wtime: 28.149
DEBUG    ya.test:process.py:275 Command (pid 230723) output:
2026-01-28T17:34:01.476809Z Fetching udfs...
2026-01-28T17:34:02.603180Z Initialization of fq runner...
2026-01-28T17:34:10.148276Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.764175s
2026-01-28T17:34:10.918722Z Fetching query results...
2026-01-28T17:34:10.918754Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 230723) errors:
...0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bcf917e2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf916fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcf916fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcf9177ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcf9177ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bcf91e3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bcf91e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bcf91e40090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bcf91e40090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bcf9181182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bcf9170a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bcf9170a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bcf91861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bcf91861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bcf91e480c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf91792bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcf91799fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bcf91714d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bcf9171dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bcf91e473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bcf91e471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bcf91e46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bcf91e44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bcf91e44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bcf91e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bcf922a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bcf922a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcf922a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcf9133b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fcfb0955d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf916fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcf916fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcf9177b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcf9177b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bcf91814686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bcf91814686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bcf91810dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bcf9170a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bcf9170a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bcf91861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bcf91861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bcf91e480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bcf91e478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bcf91e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bcf91e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bcf91e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bcf922a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bcf922a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcf922a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcf9133b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf91792bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcf91794424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bcf91794424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bcf91e3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bcf91e3ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bcf91e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bcf91e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bcf91e6b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bcf9176741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bcf918647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bcf918647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bcf918647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bcf91766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bcf9170a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bcf9170a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bcf91861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bcf91862e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bcf91862e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bcf91862e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bcf91e475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bcf91e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bcf91e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bcf91e44ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf91792bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcf91799fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bcf917b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bcf917b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bcf917b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bcf9171a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bcf9171a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bcf91781acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bcf917825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bcf917825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bcf917825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bcf91783e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bcf9176ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bcf91e47044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bcf91e47044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bcf91e46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bcf91e44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bcf91e44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bcf91e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bcf922a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bcf922a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcf922a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcf9133b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fcfb0955d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf916fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bcf916fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bcf91e3f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bcf91e3ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bcf91e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bcf91e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bcf91e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bcf9176741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bcf918647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bcf918647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bcf918647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bcf91766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bcf9170a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bcf9170a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bcf91861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bcf91861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bcf91e480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bcf91e478d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf916fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcf916fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcf9177b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcf9177b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bcf9171a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bcf9170a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bcf9170a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bcf91810ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bcf9170a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bcf9170a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bcf91861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bcf91861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bcf91e480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bcf91e478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bcf91e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bcf91e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bcf91e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bcf922a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bcf922a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcf922a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcf9133b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf916fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcf916fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcf9177ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcf9177ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bcf91e3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcf91e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bcf91e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bcf91e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bcf9176741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bcf918647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bcf918647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bcf918647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bcf91766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bcf9170a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bcf9170a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bcf91861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bcf91861a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf91792bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcf91799fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bcf917b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bcf917b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bcf917b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bcf9171a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bcf9171a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bcf91781acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bcf917825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bcf917825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bcf917825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bcf9177e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bcf9175e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bcf9176741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bcf918647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bcf918647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bcf918647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bcf91766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bcf9170a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bcf9170a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bcf91810ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bcf9170a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bcf9170a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bcf9170ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bcf9170ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bcf91862e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bcf91862e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bcf91e475c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf916fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcf916fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcf9177ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcf9177ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bcf91e3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bcf91e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bcf91e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bcf91e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bcf9176741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bcf918647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bcf918647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bcf918647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bcf91766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bcf91765fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf91792bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcf91794424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bcf91794424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bcf91e3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bcf91e3ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bcf91e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bcf91e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bcf91e6b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bcf9176741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bcf918647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bcf918647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bcf918647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bcf91766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bcf9170a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bcf9170a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bcf91861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bcf91862e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bcf91862e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bcf91862e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bcf91e475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bcf91e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bcf91e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bcf91e44ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf916fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bcf916fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bcf91e3f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bcf91e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bcf91e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bcf91e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bcf9176741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bcf918647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bcf918647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bcf918647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bcf91766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bcf9170a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf9173c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bcf9173c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bcf91e3e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bcf91e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bcf91e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bcf91e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bcf9176741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bcf918647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bcf918647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bcf918647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bcf91766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bcf9170a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf9173c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bcf9173c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bcf91e3e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bcf91e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bcf91e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bcf91e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bcf9176741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bcf918647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bcf918647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bcf918647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bcf91766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bcf9170a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bcf9170a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bcf91861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bcf91861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bcf91e480c4 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'...0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bcf917e2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf916fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcf916fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcf9177ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcf9177ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bcf91e3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bcf91e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bcf91e40090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bcf91e40090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bcf9181182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bcf9170a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bcf9170a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bcf91861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bcf91861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bcf91e480c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf91792bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcf91799fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bcf91714d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bcf9171dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bcf91e473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bcf91e471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bcf91e46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bcf91e44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bcf91e44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bcf91e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bcf922a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bcf922a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bcf922a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bcf9133b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fcfb0955d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf916fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcf916fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcf9177b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcf9177b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bcf91814686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bcf91814686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bcf91810dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bcf9170a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bcf9170a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bcf91861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bcf91861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bcf91e480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bcf91e478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bcf91e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bcf91e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bcf91e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bcf922a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bcf922a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bcf922a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bcf9133b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf91792bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcf91794424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bcf91794424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bcf91e3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bcf91e3ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bcf91e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bcf91e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bcf91e6b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bcf9176741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bcf918647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bcf918647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bcf918647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bcf91766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bcf9170a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bcf9170a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bcf91861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bcf91862e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bcf91862e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bcf91862e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bcf91e475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bcf91e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bcf91e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bcf91e44ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf91792bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcf91799fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bcf917b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bcf917b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bcf917b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bcf9171a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bcf9171a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bcf91781acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bcf917825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bcf917825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bcf917825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bcf91783e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bcf9176ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bcf91e47044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bcf91e47044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bcf91e46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bcf91e44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bcf91e44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bcf91e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bcf922a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bcf922a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bcf922a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bcf9133b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fcfb0955d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf916fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bcf916fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bcf91e3f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bcf91e3ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bcf91e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bcf91e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bcf91e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bcf9176741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bcf918647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bcf918647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bcf918647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bcf91766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bcf9170a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bcf9170a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bcf91861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bcf91861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bcf91e480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bcf91e478d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf916fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcf916fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcf9177b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcf9177b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bcf9171a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bcf9170a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bcf9170a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bcf91810ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bcf9170a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bcf9170a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bcf91861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bcf91861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bcf91e480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bcf91e478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bcf91e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bcf91e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bcf91e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bcf922a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bcf922a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bcf922a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bcf9133b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf916fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcf916fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcf9177ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcf9177ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bcf91e3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcf91e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bcf91e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bcf91e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bcf9176741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bcf918647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bcf918647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bcf918647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bcf91766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bcf9170a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bcf9170a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bcf91861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bcf91861a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf91792bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcf91799fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bcf917b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bcf917b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bcf917b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bcf9171a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bcf9171a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bcf91781acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bcf917825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bcf917825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bcf917825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bcf9177e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bcf9175e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bcf9176741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bcf918647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bcf918647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bcf918647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bcf91766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bcf9170a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bcf9170a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bcf91810ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bcf9170a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bcf9170a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bcf9170ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bcf9170ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bcf91862e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bcf91862e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bcf91e475c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf916fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcf916fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcf9177ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcf9177ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bcf91e3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bcf91e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bcf91e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bcf91e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bcf9176741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bcf918647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bcf918647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bcf918647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bcf91766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bcf91765fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf91792bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcf91794424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bcf91794424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bcf91e3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bcf91e3ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bcf91e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bcf91e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bcf91e6b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bcf9176741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bcf918647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bcf918647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bcf918647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bcf91766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bcf9170a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bcf9170a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bcf91861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bcf91862e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bcf91862e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bcf91862e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bcf91e475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bcf91e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bcf91e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bcf91e44ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf916fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bcf916fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bcf91e3f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bcf91e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bcf91e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bcf91e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bcf9176741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bcf918647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bcf918647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bcf918647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bcf91766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bcf9170a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf9173c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bcf9173c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bcf91e3e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bcf91e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bcf91e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bcf91e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bcf9176741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bcf918647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bcf918647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bcf918647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bcf91766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bcf9170a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf9173c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bcf9173c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bcf91e3e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bcf91e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bcf91e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bcf91e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bcf91e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bcf91e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bcf9176741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bcf918647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bcf918647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bcf918647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bcf91766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bcf9180e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bcf9180e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bcf91806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bcf91806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bcf91806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bcf917e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bcf917e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bcf9181288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bcf9170b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bcf9170a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bcf9170a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bcf91861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bcf91861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bcf91e480c4 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/b64k/00262c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/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 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b1c9370a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b1c9370a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b1c93861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b1c93861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b1c93e480c4 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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 239480
DEBUG    ya.test:process.py:259 Command (pid 239480) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 239480) elapsed time (sec): 23.48628568649292
DEBUG    ya.test:process.py:263 Command (pid 239480) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 239480) inblock: 96
DEBUG    ya.test:process.py:263 Command (pid 239480) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 239480) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 239480) majflt: 4
DEBUG    ya.test:process.py:263 Command (pid 239480) maxrss: 1512892
DEBUG    ya.test:process.py:263 Command (pid 239480) minflt: 986677
DEBUG    ya.test:process.py:263 Command (pid 239480) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 239480) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 239480) nivcsw: 2662
DEBUG    ya.test:process.py:263 Command (pid 239480) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 239480) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 239480) nvcsw: 103392
DEBUG    ya.test:process.py:263 Command (pid 239480) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 239480) stime: 4.6566659999999995
DEBUG    ya.test:process.py:263 Command (pid 239480) utime: 13.211503
DEBUG    ya.test:process.py:263 Command (pid 239480) wtime: 23.506
DEBUG    ya.test:process.py:275 Command (pid 239480) output:
2026-01-28T17:34:29.275003Z Fetching udfs...
2026-01-28T17:34:30.013304Z Initialization of fq runner...
2026-01-28T17:34:35.618587Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.769193s
2026-01-28T17:34:36.500437Z Fetching query results...
2026-01-28T17:34:36.500469Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 239480) errors:
...0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b1c937e2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c936fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1c936fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1c9377ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1c9377ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1c93e3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b1c93e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b1c93e40090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b1c93e40090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b1c9381182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b1c9370a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b1c9370a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b1c93861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b1c93861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b1c93e480c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c93792bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1c93799fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b1c93714d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b1c9371dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b1c93e473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b1c93e471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b1c93e46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b1c93e44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b1c93e44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b1c93e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b1c942a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b1c942a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1c942a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1c9333b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f1cb2955d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c936fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1c936fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1c9377b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1c9377b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b1c93814686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b1c93814686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b1c93810dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b1c9370a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b1c9370a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b1c93861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b1c93861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b1c93e480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b1c93e478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b1c93e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b1c93e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b1c93e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b1c942a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b1c942a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1c942a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1c9333b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c93792bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1c93794424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b1c93794424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1c93e3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1c93e3ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b1c93e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b1c93e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b1c93e6b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b1c9376741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b1c938647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b1c938647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b1c938647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b1c93766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b1c9370a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b1c9370a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b1c93861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b1c93862e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b1c93862e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b1c93862e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b1c93e475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b1c93e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b1c93e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b1c93e44ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c93792bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1c93799fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b1c937b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b1c937b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b1c937b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b1c9371a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b1c9371a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b1c93781acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b1c937825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b1c937825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b1c937825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b1c93783e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b1c9376ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b1c93e47044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b1c93e47044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b1c93e46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b1c93e44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b1c93e44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b1c93e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b1c942a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b1c942a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1c942a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1c9333b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f1cb2955d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c936fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b1c936fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b1c93e3f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b1c93e3ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b1c93e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b1c93e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b1c93e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b1c9376741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b1c938647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b1c938647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b1c938647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b1c93766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b1c9370a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b1c9370a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b1c93861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b1c93861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b1c93e480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b1c93e478d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c936fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1c936fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1c9377b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1c9377b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b1c9371a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b1c9370a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b1c9370a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b1c93810ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b1c9370a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b1c9370a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b1c93861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b1c93861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b1c93e480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b1c93e478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b1c93e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b1c93e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b1c93e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b1c942a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b1c942a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1c942a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1c9333b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c936fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1c936fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1c9377ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1c9377ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1c93e3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1c93e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b1c93e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b1c93e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b1c9376741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b1c938647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b1c938647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b1c938647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b1c93766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b1c9370a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b1c9370a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b1c93861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b1c93861a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c93792bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1c93799fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b1c937b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b1c937b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b1c937b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b1c9371a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b1c9371a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b1c93781acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b1c937825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b1c937825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b1c937825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b1c9377e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b1c9375e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b1c9376741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b1c938647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b1c938647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b1c938647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b1c93766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b1c9370a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1c9370a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b1c93810ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b1c9370a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b1c9370a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b1c9370ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b1c9370ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b1c93862e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b1c93862e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b1c93e475c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c936fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1c936fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1c9377ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1c9377ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1c93e3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b1c93e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b1c93e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b1c93e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b1c9376741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b1c938647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b1c938647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b1c938647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b1c93766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b1c93765fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c93792bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1c93794424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b1c93794424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1c93e3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1c93e3ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b1c93e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b1c93e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b1c93e6b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b1c9376741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b1c938647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b1c938647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b1c938647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b1c93766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b1c9370a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b1c9370a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b1c93861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b1c93862e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b1c93862e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b1c93862e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b1c93e475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b1c93e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b1c93e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b1c93e44ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c936fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b1c936fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b1c93e3f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1c93e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b1c93e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b1c93e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b1c9376741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b1c938647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b1c938647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b1c938647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b1c93766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b1c9370a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c9373c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b1c9373c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b1c93e3e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1c93e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b1c93e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b1c93e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b1c9376741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b1c938647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b1c938647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b1c938647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b1c93766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b1c9370a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1c9373c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b1c9373c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b1c93e3e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b1c93e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b1c93e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b1c93e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b1c9376741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b1c938647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b1c938647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b1c938647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b1c93766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b1c9370a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b1c9370a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b1c93861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b1c93861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b1c93e480c4 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'...0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b1c937e2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c936fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1c936fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1c9377ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1c9377ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1c93e3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b1c93e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b1c93e40090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b1c93e40090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b1c9381182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b1c9370a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b1c9370a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b1c93861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b1c93861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b1c93e480c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c93792bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1c93799fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b1c93714d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b1c9371dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b1c93e473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b1c93e471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b1c93e46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b1c93e44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b1c93e44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b1c93e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b1c942a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b1c942a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b1c942a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b1c9333b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f1cb2955d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c936fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1c936fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1c9377b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1c9377b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b1c93814686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b1c93814686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b1c93810dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b1c9370a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b1c9370a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b1c93861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b1c93861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b1c93e480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b1c93e478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b1c93e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b1c93e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b1c93e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b1c942a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b1c942a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b1c942a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b1c9333b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c93792bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1c93794424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b1c93794424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1c93e3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1c93e3ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b1c93e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b1c93e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b1c93e6b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b1c9376741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b1c938647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b1c938647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b1c938647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b1c93766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b1c9370a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b1c9370a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b1c93861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b1c93862e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b1c93862e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b1c93862e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b1c93e475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b1c93e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b1c93e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b1c93e44ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c93792bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1c93799fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b1c937b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b1c937b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b1c937b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b1c9371a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b1c9371a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b1c93781acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b1c937825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b1c937825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b1c937825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b1c93783e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b1c9376ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b1c93e47044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b1c93e47044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b1c93e46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b1c93e44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b1c93e44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b1c93e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b1c942a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b1c942a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b1c942a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b1c9333b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f1cb2955d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c936fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b1c936fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b1c93e3f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b1c93e3ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b1c93e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b1c93e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b1c93e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b1c9376741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b1c938647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b1c938647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b1c938647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b1c93766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b1c9370a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b1c9370a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b1c93861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b1c93861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b1c93e480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b1c93e478d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c936fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1c936fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1c9377b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1c9377b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b1c9371a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b1c9370a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b1c9370a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b1c93810ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b1c9370a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b1c9370a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b1c93861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b1c93861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b1c93e480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b1c93e478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b1c93e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b1c93e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b1c93e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b1c942a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b1c942a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b1c942a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b1c9333b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c936fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1c936fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1c9377ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1c9377ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1c93e3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1c93e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b1c93e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b1c93e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b1c9376741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b1c938647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b1c938647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b1c938647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b1c93766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b1c9370a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b1c9370a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b1c93861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b1c93861a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c93792bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1c93799fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b1c937b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b1c937b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b1c937b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b1c9371a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b1c9371a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b1c93781acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b1c937825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b1c937825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b1c937825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b1c9377e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b1c9375e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b1c9376741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b1c938647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b1c938647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b1c938647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b1c93766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b1c9370a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1c9370a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b1c93810ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b1c9370a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b1c9370a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b1c9370ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b1c9370ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b1c93862e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b1c93862e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b1c93e475c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c936fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1c936fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1c9377ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1c9377ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1c93e3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b1c93e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b1c93e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b1c93e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b1c9376741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b1c938647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b1c938647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b1c938647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b1c93766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b1c93765fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c93792bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1c93794424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b1c93794424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1c93e3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1c93e3ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b1c93e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b1c93e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b1c93e6b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b1c9376741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b1c938647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b1c938647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b1c938647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b1c93766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b1c9370a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b1c9370a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b1c93861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b1c93862e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b1c93862e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b1c93862e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b1c93e475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b1c93e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b1c93e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b1c93e44ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c936fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b1c936fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b1c93e3f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1c93e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b1c93e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b1c93e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b1c9376741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b1c938647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b1c938647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b1c938647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b1c93766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b1c9370a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c9373c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b1c9373c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b1c93e3e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1c93e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b1c93e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b1c93e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b1c9376741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b1c938647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b1c938647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b1c938647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b1c93766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b1c9370a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1c9373c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b1c9373c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b1c93e3e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b1c93e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b1c93e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b1c93e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b1c93e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b1c93e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b1c9376741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b1c938647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b1c938647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b1c938647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b1c93766214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b1c9380e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b1c9380e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b1c93806d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b1c93806d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b1c93806d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b1c937e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b1c937e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b1c9381288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b1c9370b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b1c9370a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b1c9370a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b1c93861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b1c93861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b1c93e480c4 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/b64k/00262c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/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 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bf8cf21a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bf8cf21a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bf8cf371c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bf8cf371a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bf8cf9580c4 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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 247435
DEBUG    ya.test:process.py:259 Command (pid 247435) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 247435) elapsed time (sec): 20.581886768341064
DEBUG    ya.test:process.py:263 Command (pid 247435) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 247435) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 247435) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 247435) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 247435) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 247435) maxrss: 1491004
DEBUG    ya.test:process.py:263 Command (pid 247435) minflt: 988074
DEBUG    ya.test:process.py:263 Command (pid 247435) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 247435) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 247435) nivcsw: 4933
DEBUG    ya.test:process.py:263 Command (pid 247435) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 247435) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 247435) nvcsw: 104604
DEBUG    ya.test:process.py:263 Command (pid 247435) oublock: 9656
DEBUG    ya.test:process.py:263 Command (pid 247435) stime: 4.442718
DEBUG    ya.test:process.py:263 Command (pid 247435) utime: 12.603833
DEBUG    ya.test:process.py:263 Command (pid 247435) wtime: 20.586
DEBUG    ya.test:process.py:275 Command (pid 247435) output:
2026-01-28T17:34:52.975764Z Fetching udfs...
2026-01-28T17:34:53.595771Z Initialization of fq runner...
2026-01-28T17:34:57.712668Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.516035s
2026-01-28T17:34:58.249004Z Fetching query results...
2026-01-28T17:34:58.249032Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 247435) errors:
...0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bf8cf2f2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf8cf20b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf8cf20b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf8cf28ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf8cf28ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf8cf94ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf8cf94c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf8cf950090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bf8cf950090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bf8cf32182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bf8cf21a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bf8cf21a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bf8cf371c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bf8cf371a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bf8cf9580c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf8cf2a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf8cf2a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf8cf224d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bf8cf22dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bf8cf9573ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bf8cf9571ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bf8cf956f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bf8cf954a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bf8cf954a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bf8cf954ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bf8cfdb7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bf8cfdb7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf8cfdb76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf8cee4b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7ff8ee45dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf8cf20b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf8cf20b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf8cf28b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf8cf28b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bf8cf324686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bf8cf324686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bf8cf320dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bf8cf21a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bf8cf21a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bf8cf371c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bf8cf371a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bf8cf9580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bf8cf9578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bf8cf954bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bf8cf954aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bf8cf954ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bf8cfdb7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bf8cfdb7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf8cfdb76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf8cee4b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf8cf2a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf8cf2a4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf8cf2a4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf8cf94f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf8cf94ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf8cf94c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf8cf94c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bf8cf97b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bf8cf27741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bf8cf3747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bf8cf3747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bf8cf3747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bf8cf276214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bf8cf21a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bf8cf21a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bf8cf371c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bf8cf372e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bf8cf372e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bf8cf372e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bf8cf9575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bf8cf954bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bf8cf954aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bf8cf954ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf8cf2a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf8cf2a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf8cf2c2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bf8cf2c2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bf8cf2c2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bf8cf22a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bf8cf22a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bf8cf291acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bf8cf2925ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bf8cf2925ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bf8cf2925ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bf8cf293e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bf8cf27ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bf8cf957044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bf8cf957044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bf8cf956f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bf8cf954a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bf8cf954a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bf8cf954ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bf8cfdb7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bf8cfdb7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf8cfdb76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf8cee4b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7ff8ee45dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf8cf20ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bf8cf20ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bf8cf94f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bf8cf94ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bf8cf94c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bf8cf94c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bf8cf97bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bf8cf27741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bf8cf3747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bf8cf3747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bf8cf3747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bf8cf276214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bf8cf21a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bf8cf21a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bf8cf371c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bf8cf371a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bf8cf9580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bf8cf9578d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf8cf20b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf8cf20b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf8cf28b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf8cf28b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bf8cf22a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bf8cf21a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bf8cf21a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bf8cf320ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bf8cf21a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bf8cf21a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bf8cf371c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bf8cf371a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bf8cf9580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bf8cf9578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bf8cf954bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bf8cf954aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bf8cf954ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bf8cfdb7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bf8cfdb7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bf8cfdb76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bf8cee4b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf8cf20b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf8cf20b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf8cf28ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf8cf28ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf8cf94ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf8cf94c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bf8cf94c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bf8cf97bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bf8cf27741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bf8cf3747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bf8cf3747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bf8cf3747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bf8cf276214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bf8cf21a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bf8cf21a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bf8cf371c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bf8cf371a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf8cf2a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf8cf2a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf8cf2c2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bf8cf2c2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bf8cf2c2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bf8cf22a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bf8cf22a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bf8cf291acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bf8cf2925ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bf8cf2925ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bf8cf2925ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bf8cf28e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bf8cf26e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bf8cf27741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bf8cf3747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bf8cf3747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bf8cf3747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bf8cf276214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bf8cf21a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf8cf21a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bf8cf320ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bf8cf21a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bf8cf21a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bf8cf21ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bf8cf21ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bf8cf372e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bf8cf372e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bf8cf9575c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf8cf20b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf8cf20b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf8cf28ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf8cf28ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf8cf94ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bf8cf94c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bf8cf94c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bf8cf97bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bf8cf27741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bf8cf3747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bf8cf3747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bf8cf3747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bf8cf276214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bf8cf275fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf8cf2a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf8cf2a4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf8cf2a4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf8cf94f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf8cf94ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf8cf94c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf8cf94c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bf8cf97b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bf8cf27741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bf8cf3747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bf8cf3747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bf8cf3747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bf8cf276214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bf8cf21a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bf8cf21a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bf8cf371c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bf8cf372e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bf8cf372e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bf8cf372e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bf8cf9575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bf8cf954bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bf8cf954aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bf8cf954ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf8cf20ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bf8cf20ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bf8cf94f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf8cf94c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bf8cf94c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bf8cf97bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bf8cf27741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bf8cf3747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bf8cf3747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bf8cf3747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bf8cf276214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf8cf21a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf8cf24c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bf8cf24c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bf8cf94e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf8cf94c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bf8cf94c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bf8cf97bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bf8cf27741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bf8cf3747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bf8cf3747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bf8cf3747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bf8cf276214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf8cf21a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf8cf24c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bf8cf24c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bf8cf94e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bf8cf94c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bf8cf94c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bf8cf97bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bf8cf27741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bf8cf3747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bf8cf3747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bf8cf3747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bf8cf276214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bf8cf21a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bf8cf21a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bf8cf371c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bf8cf371a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bf8cf9580c4 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'...0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bf8cf2f2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf8cf20b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf8cf20b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf8cf28ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf8cf28ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf8cf94ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf8cf94c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf8cf950090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bf8cf950090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bf8cf32182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bf8cf21a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bf8cf21a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bf8cf371c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bf8cf371a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bf8cf9580c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf8cf2a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf8cf2a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf8cf224d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bf8cf22dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bf8cf9573ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bf8cf9571ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bf8cf956f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bf8cf954a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bf8cf954a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bf8cf954ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bf8cfdb7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bf8cfdb7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bf8cfdb76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bf8cee4b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7ff8ee45dd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf8cf20b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf8cf20b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf8cf28b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf8cf28b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bf8cf324686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bf8cf324686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bf8cf320dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bf8cf21a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bf8cf21a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bf8cf371c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bf8cf371a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bf8cf9580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bf8cf9578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bf8cf954bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bf8cf954aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bf8cf954ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bf8cfdb7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bf8cfdb7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bf8cfdb76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bf8cee4b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf8cf2a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf8cf2a4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf8cf2a4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf8cf94f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf8cf94ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf8cf94c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf8cf94c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bf8cf97b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bf8cf27741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bf8cf3747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bf8cf3747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bf8cf3747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bf8cf276214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bf8cf21a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bf8cf21a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bf8cf371c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bf8cf372e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bf8cf372e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bf8cf372e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bf8cf9575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bf8cf954bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bf8cf954aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bf8cf954ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf8cf2a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf8cf2a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf8cf2c2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bf8cf2c2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bf8cf2c2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bf8cf22a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bf8cf22a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bf8cf291acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bf8cf2925ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bf8cf2925ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bf8cf2925ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bf8cf293e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bf8cf27ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bf8cf957044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bf8cf957044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bf8cf956f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bf8cf954a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bf8cf954a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bf8cf954ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bf8cfdb7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bf8cfdb7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bf8cfdb76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bf8cee4b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7ff8ee45dd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf8cf20ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bf8cf20ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bf8cf94f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bf8cf94ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bf8cf94c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bf8cf94c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bf8cf97bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bf8cf27741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bf8cf3747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bf8cf3747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bf8cf3747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bf8cf276214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bf8cf21a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bf8cf21a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bf8cf371c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bf8cf371a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bf8cf9580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bf8cf9578d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf8cf20b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf8cf20b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf8cf28b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf8cf28b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bf8cf22a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bf8cf21a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bf8cf21a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bf8cf320ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bf8cf21a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bf8cf21a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bf8cf371c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bf8cf371a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bf8cf9580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bf8cf9578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bf8cf954bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bf8cf954aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bf8cf954ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bf8cfdb7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bf8cfdb7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bf8cfdb76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bf8cee4b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf8cf20b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf8cf20b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf8cf28ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf8cf28ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf8cf94ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf8cf94c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bf8cf94c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bf8cf97bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bf8cf27741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bf8cf3747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bf8cf3747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bf8cf3747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bf8cf276214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bf8cf21a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bf8cf21a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bf8cf371c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bf8cf371a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf8cf2a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf8cf2a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf8cf2c2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bf8cf2c2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bf8cf2c2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bf8cf22a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bf8cf22a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bf8cf291acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bf8cf2925ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bf8cf2925ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bf8cf2925ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bf8cf28e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bf8cf26e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bf8cf27741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bf8cf3747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bf8cf3747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bf8cf3747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bf8cf276214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bf8cf21a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf8cf21a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bf8cf320ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bf8cf21a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bf8cf21a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bf8cf21ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bf8cf21ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bf8cf372e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bf8cf372e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bf8cf9575c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf8cf20b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf8cf20b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf8cf28ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf8cf28ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf8cf94ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bf8cf94c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bf8cf94c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bf8cf97bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bf8cf27741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bf8cf3747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bf8cf3747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bf8cf3747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bf8cf276214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bf8cf275fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf8cf2a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf8cf2a4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf8cf2a4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf8cf94f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf8cf94ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf8cf94c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf8cf94c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bf8cf97b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bf8cf27741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bf8cf3747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bf8cf3747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bf8cf3747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bf8cf276214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bf8cf21a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bf8cf21a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bf8cf371c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bf8cf372e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bf8cf372e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bf8cf372e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bf8cf9575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bf8cf954bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bf8cf954aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bf8cf954ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf8cf20ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bf8cf20ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bf8cf94f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf8cf94c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bf8cf94c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bf8cf97bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bf8cf27741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bf8cf3747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bf8cf3747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bf8cf3747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bf8cf276214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bf8cf21a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf8cf24c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bf8cf24c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bf8cf94e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf8cf94c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bf8cf94c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bf8cf97bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bf8cf27741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bf8cf3747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bf8cf3747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bf8cf3747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bf8cf276214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bf8cf21a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf8cf24c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bf8cf24c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bf8cf94e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bf8cf94ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bf8cf94ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bf8cf94c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bf8cf94c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bf8cf97bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bf8cf27741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bf8cf3747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bf8cf3747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bf8cf3747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bf8cf276214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bf8cf31e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bf8cf31e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bf8cf316d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bf8cf316d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bf8cf316d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bf8cf2f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bf8cf2f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bf8cf32288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bf8cf21b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bf8cf21a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bf8cf21a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bf8cf371c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bf8cf371a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bf8cf9580c4 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/b64k/00262c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/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 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b659126a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b659126a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b65913c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b65913c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b65919a80c4 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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 251596
DEBUG    ya.test:process.py:259 Command (pid 251596) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 251596) elapsed time (sec): 27.212333917617798
DEBUG    ya.test:process.py:263 Command (pid 251596) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 251596) inblock: 72
DEBUG    ya.test:process.py:263 Command (pid 251596) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 251596) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 251596) majflt: 3
DEBUG    ya.test:process.py:263 Command (pid 251596) maxrss: 1502860
DEBUG    ya.test:process.py:263 Command (pid 251596) minflt: 980694
DEBUG    ya.test:process.py:263 Command (pid 251596) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 251596) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 251596) nivcsw: 3988
DEBUG    ya.test:process.py:263 Command (pid 251596) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 251596) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 251596) nvcsw: 102319
DEBUG    ya.test:process.py:263 Command (pid 251596) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 251596) stime: 4.67187
DEBUG    ya.test:process.py:263 Command (pid 251596) utime: 13.527187
DEBUG    ya.test:process.py:263 Command (pid 251596) wtime: 27.221
DEBUG    ya.test:process.py:275 Command (pid 251596) output:
2026-01-28T17:35:14.021120Z Fetching udfs...
2026-01-28T17:35:14.650640Z Initialization of fq runner...
2026-01-28T17:35:20.708856Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.765588s
2026-01-28T17:35:21.481007Z Fetching query results...
2026-01-28T17:35:21.481036Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 251596) errors:
...0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b6591342de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b659125b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b659125b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b65912dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b65912dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b659199ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b659199c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b65919a0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b65919a0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b659137182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b659126a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b659126a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b65913c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b65913c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b65919a80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b65912f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b65912f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6591274d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b659127dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b65919a73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b65919a71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b65919a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b65919a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b65919a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b65919a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b6591e07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b6591e07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b6591e076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b6590e9b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f65b04b7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b659125b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b659125b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b65912db334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b65912db334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b6591374686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b6591374686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b6591370dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b659126a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b659126a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b65913c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b65913c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b65919a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b65919a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b65919a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b65919a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b65919a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b6591e07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b6591e07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b6591e076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b6590e9b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b65912f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b65912f4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b65912f4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b659199f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b659199ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b659199c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b659199c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b65919cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b65912c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b65913c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b65913c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b65913c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b65912c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b659126a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b659126a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b65913c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b65913c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b65913c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b65913c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b65919a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b65919a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b65919a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b65919a4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b65912f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b65912f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6591312524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b6591312524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b6591312524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b659127a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b659127a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b65912e1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b65912e25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b65912e25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b65912e25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b65912e3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b65912cad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b65919a7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b65919a7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b65919a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b65919a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b65919a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b65919a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b6591e07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b6591e07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b6591e076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b6590e9b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f65b04b7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b659125ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b659125ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b659199f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b659199ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b659199c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b659199c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b65919cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b65912c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b65913c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b65913c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b65913c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b65912c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b659126a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b659126a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b65913c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b65913c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b65919a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b65919a78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b659125b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b659125b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b65912db18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b65912db18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b659127a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b659126a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b659126a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b6591370ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b659126a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b659126a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b65913c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b65913c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b65919a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b65919a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b65919a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b65919a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b65919a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b6591e07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b6591e07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b6591e076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b6590e9b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b659125b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b659125b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b65912dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b65912dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b659199ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b659199c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b659199c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b65919cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b65912c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b65913c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b65913c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b65913c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b65912c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b659126a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b659126a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b65913c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b65913c1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b65912f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b65912f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6591312524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b6591312524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b6591312524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b659127a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b659127a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b65912e1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b65912e25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b65912e25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b65912e25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b65912de5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b65912be92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b65912c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b65913c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b65913c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b65913c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b65912c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b659126a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b659126a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b6591370ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b659126a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b659126a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b659126ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b659126ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b65913c2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b65913c2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b65919a75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b659125b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b659125b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b65912dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b65912dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b659199ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b659199c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b659199c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b65919cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b65912c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b65913c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b65913c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b65913c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b65912c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b65912c5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b65912f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b65912f4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b65912f4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b659199f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b659199ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b659199c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b659199c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b65919cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b65912c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b65913c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b65913c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b65913c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b65912c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b659126a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b659126a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b65913c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b65913c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b65913c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b65913c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b65919a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b65919a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b65919a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b65919a4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b659125ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b659125ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b659199f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b659199c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b659199c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b65919cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b65912c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b65913c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b65913c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b65913c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b65912c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b659126a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b659129c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b659129c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b659199e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b659199c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b659199c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b65919cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b65912c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b65913c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b65913c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b65913c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b65912c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b659126a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b659129c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b659129c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b659199e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b659199c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b659199c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b65919cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b65912c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b65913c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b65913c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b65913c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b65912c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b659126a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b659126a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b65913c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b65913c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b65919a80c4 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'...0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b6591342de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b659125b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b659125b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b65912dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b65912dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b659199ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b659199c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b65919a0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b65919a0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b659137182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b659126a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b659126a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b65913c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b65913c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b65919a80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b65912f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b65912f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6591274d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b659127dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b65919a73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b65919a71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b65919a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b65919a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b65919a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b65919a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b6591e07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b6591e07db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b6591e076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b6590e9b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f65b04b7d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b659125b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b659125b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b65912db334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b65912db334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b6591374686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b6591374686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b6591370dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b659126a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b659126a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b65913c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b65913c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b65919a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b65919a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b65919a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b65919a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b65919a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b6591e07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b6591e07db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b6591e076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b6590e9b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b65912f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b65912f4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b65912f4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b659199f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b659199ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b659199c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b659199c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b65919cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b65912c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b65913c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b65913c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b65913c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b65912c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b659126a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b659126a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b65913c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b65913c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b65913c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b65913c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b65919a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b65919a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b65919a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b65919a4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b65912f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b65912f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6591312524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b6591312524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b6591312524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b659127a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b659127a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b65912e1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b65912e25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b65912e25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b65912e25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b65912e3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b65912cad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b65919a7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b65919a7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b65919a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b65919a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b65919a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b65919a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b6591e07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b6591e07db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b6591e076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b6590e9b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f65b04b7d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b659125ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b659125ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b659199f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b659199ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b659199c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b659199c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b65919cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b65912c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b65913c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b65913c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b65913c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b65912c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b659126a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b659126a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b65913c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b65913c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b65919a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b65919a78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b659125b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b659125b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b65912db18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b65912db18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b659127a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b659126a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b659126a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b6591370ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b659126a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b659126a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b65913c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b65913c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b65919a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b65919a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b65919a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b65919a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b65919a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b6591e07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b6591e07db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b6591e076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b6590e9b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b659125b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b659125b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b65912dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b65912dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b659199ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b659199c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b659199c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b65919cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b65912c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b65913c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b65913c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b65913c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b65912c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b659126a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b659126a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b65913c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b65913c1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b65912f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b65912f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6591312524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b6591312524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b6591312524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b659127a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b659127a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b65912e1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b65912e25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b65912e25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b65912e25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b65912de5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b65912be92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b65912c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b65913c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b65913c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b65913c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b65912c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b659126a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b659126a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b6591370ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b659126a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b659126a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b659126ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b659126ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b65913c2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b65913c2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b65919a75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b659125b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b659125b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b65912dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b65912dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b659199ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b659199c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b659199c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b65919cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b65912c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b65913c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b65913c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b65913c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b65912c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b65912c5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b65912f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b65912f4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b65912f4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b659199f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b659199ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b659199c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b659199c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b65919cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b65912c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b65913c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b65913c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b65913c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b65912c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b659126a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b659126a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b65913c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b65913c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b65913c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b65913c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b65919a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b65919a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b65919a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b65919a4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b659125ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b659125ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b659199f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b659199c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b659199c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b65919cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b65912c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b65913c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b65913c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b65913c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b65912c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b659126a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b659129c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b659129c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b659199e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b659199c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b659199c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b65919cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b65912c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b65913c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b65913c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b65913c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b65912c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b659126a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b659129c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b659129c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b659199e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b659199ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b659199ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b659199c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b659199c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b65919cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b65912c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b65913c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b65913c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b65913c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b65912c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b659136e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b659136e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b6591366d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b6591366d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b6591366d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b6591342de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b6591342de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b659137288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b659126b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b659126a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b659126a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b65913c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b65913c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b65919a80c4 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/b64k/00262c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/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 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b21024ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b21024ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b2102621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b2102621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b2102c080c4 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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 255813
DEBUG    ya.test:process.py:259 Command (pid 255813) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 255813) elapsed time (sec): 23.367995977401733
DEBUG    ya.test:process.py:263 Command (pid 255813) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 255813) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 255813) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 255813) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 255813) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 255813) maxrss: 1494904
DEBUG    ya.test:process.py:263 Command (pid 255813) minflt: 988764
DEBUG    ya.test:process.py:263 Command (pid 255813) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 255813) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 255813) nivcsw: 2170
DEBUG    ya.test:process.py:263 Command (pid 255813) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 255813) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 255813) nvcsw: 104168
DEBUG    ya.test:process.py:263 Command (pid 255813) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 255813) stime: 4.824906
DEBUG    ya.test:process.py:263 Command (pid 255813) utime: 13.192999
DEBUG    ya.test:process.py:263 Command (pid 255813) wtime: 23.371
DEBUG    ya.test:process.py:275 Command (pid 255813) output:
2026-01-28T17:35:41.673063Z Fetching udfs...
2026-01-28T17:35:42.259389Z Initialization of fq runner...
2026-01-28T17:35:46.690503Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.299749s
2026-01-28T17:35:48.000145Z Fetching query results...
2026-01-28T17:35:48.000175Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 255813) errors:
...0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b21025a2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21024bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b21024bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b210253ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b210253ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2102bfee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b2102bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b2102c00090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b2102c00090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b21025d182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b21024ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b21024ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b2102621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b2102621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b2102c080c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2102552bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2102559fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b21024d4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b21024ddff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b2102c073ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b2102c071ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b2102c06f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b2102c04a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b2102c04a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b2102c04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b2103067db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b2103067db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b21030676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b21020fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f212170ad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21024bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b21024bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b210253b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b210253b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b21025d4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b21025d4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b21025d0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b21024ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b21024ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b2102621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b2102621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b2102c080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b2102c078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b2102c04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b2102c04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b2102c04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b2103067db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b2103067db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b21030676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b21020fb928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2102552bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2102554424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b2102554424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b2102bff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b2102bfec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b2102bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b2102bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b2102c2b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b210252741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b21026247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b21026247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b21026247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b2102526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b21024ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b21024ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b2102621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b2102622e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b2102622e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b2102622e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b2102c075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b2102c04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b2102c04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b2102c04ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2102552bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2102559fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b2102572524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b2102572524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b2102572524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b21024da26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b21024da26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b2102541acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b21025425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b21025425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b21025425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b2102543e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b210252ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b2102c07044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b2102c07044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b2102c06f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b2102c04a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b2102c04a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b2102c04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b2103067db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b2103067db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b21030676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b21020fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f212170ad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21024bed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b21024bed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b2102bff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b2102bfece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b2102bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b2102bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b2102c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b210252741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b21026247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b21026247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b21026247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b2102526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b21024ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b21024ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b2102621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b2102621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b2102c080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b2102c078d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21024bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b21024bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b210253b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b210253b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b21024da356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b21024ca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b21024ca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b21025d0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b21024ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b21024ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b2102621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b2102621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b2102c080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b2102c078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b2102c04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b2102c04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b2102c04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b2103067db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b2103067db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b21030676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b21020fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21024bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b21024bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b210253ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b210253ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2102bfee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2102bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b2102bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b2102c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b210252741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b21026247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b21026247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b21026247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b2102526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b21024ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b21024ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b2102621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b2102621a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2102552bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2102559fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b2102572524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b2102572524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b2102572524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b21024da26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b21024da26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b2102541acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b21025425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b21025425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b21025425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b210253e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b210251e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b210252741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b21026247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b21026247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b21026247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b2102526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b21024ca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b21024ca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b21025d0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b21024ca511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b21024ca511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b21024cab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b21024cab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b2102622e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b2102622e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b2102c075c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21024bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b21024bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b210253ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b210253ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2102bfee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b2102bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b2102bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b2102c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b210252741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b21026247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b21026247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b21026247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b2102526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b2102525fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2102552bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2102554424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b2102554424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b2102bff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b2102bfec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b2102bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b2102bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b2102c2b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b210252741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b21026247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b21026247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b21026247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b2102526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b21024ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b21024ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b2102621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b2102622e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b2102622e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b2102622e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b2102c075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b2102c04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b2102c04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b2102c04ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21024bed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b21024bed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b2102bff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2102bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b2102bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b2102c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b210252741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b21026247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b21026247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b21026247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b2102526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b21024ca7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21024fc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b21024fc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b2102bfe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2102bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b2102bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b2102c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b210252741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b21026247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b21026247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b21026247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b2102526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b21024ca7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b21024fc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b21024fc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b2102bfe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b2102bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b2102bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b2102c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b210252741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b21026247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b21026247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b21026247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b2102526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b21024ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b21024ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b2102621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b2102621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b2102c080c4 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'...0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b21025a2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21024bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b21024bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b210253ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b210253ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2102bfee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b2102bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b2102c00090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b2102c00090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b21025d182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b21024ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b21024ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b2102621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b2102621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b2102c080c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2102552bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2102559fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b21024d4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b21024ddff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b2102c073ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b2102c071ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b2102c06f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b2102c04a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b2102c04a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b2102c04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b2103067db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b2103067db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b21030676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b21020fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f212170ad8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21024bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b21024bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b210253b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b210253b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b21025d4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b21025d4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b21025d0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b21024ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b21024ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b2102621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b2102621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b2102c080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b2102c078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b2102c04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b2102c04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b2102c04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b2103067db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b2103067db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b21030676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b21020fb928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2102552bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2102554424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b2102554424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b2102bff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b2102bfec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b2102bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b2102bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b2102c2b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b210252741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b21026247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b21026247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b21026247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b2102526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b21024ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b21024ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b2102621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b2102622e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b2102622e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b2102622e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b2102c075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b2102c04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b2102c04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b2102c04ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2102552bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2102559fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b2102572524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b2102572524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b2102572524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b21024da26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b21024da26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b2102541acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b21025425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b21025425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b21025425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b2102543e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b210252ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b2102c07044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b2102c07044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b2102c06f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b2102c04a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b2102c04a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b2102c04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b2103067db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b2103067db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b21030676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b21020fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f212170ad8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21024bed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b21024bed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b2102bff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b2102bfece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b2102bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b2102bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b2102c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b210252741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b21026247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b21026247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b21026247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b2102526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b21024ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b21024ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b2102621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b2102621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b2102c080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b2102c078d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21024bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b21024bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b210253b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b210253b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b21024da356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b21024ca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b21024ca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b21025d0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b21024ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b21024ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b2102621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b2102621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b2102c080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b2102c078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b2102c04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b2102c04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b2102c04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b2103067db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b2103067db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b21030676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b21020fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21024bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b21024bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b210253ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b210253ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2102bfee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2102bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b2102bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b2102c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b210252741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b21026247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b21026247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b21026247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b2102526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b21024ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b21024ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b2102621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b2102621a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2102552bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2102559fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b2102572524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b2102572524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b2102572524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b21024da26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b21024da26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b2102541acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b21025425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b21025425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b21025425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b210253e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b210251e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b210252741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b21026247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b21026247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b21026247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b2102526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b21024ca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b21024ca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b21025d0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b21024ca511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b21024ca511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b21024cab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b21024cab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b2102622e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b2102622e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b2102c075c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21024bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b21024bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b210253ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b210253ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2102bfee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b2102bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b2102bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b2102c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b210252741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b21026247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b21026247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b21026247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b2102526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b2102525fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2102552bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2102554424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b2102554424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b2102bff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b2102bfec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b2102bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b2102bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b2102c2b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b210252741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b21026247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b21026247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b21026247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b2102526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b21024ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b21024ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b2102621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b2102622e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b2102622e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b2102622e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b2102c075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b2102c04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b2102c04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b2102c04ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21024bed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b21024bed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b2102bff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2102bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b2102bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b2102c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b210252741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b21026247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b21026247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b21026247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b2102526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b21024ca7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21024fc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b21024fc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b2102bfe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2102bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b2102bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b2102c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b210252741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b21026247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b21026247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b21026247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b2102526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b21024ca7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b21024fc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b21024fc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b2102bfe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b2102bfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b2102bfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b2102bfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b2102bfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b2102c2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b210252741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b21026247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b21026247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b21026247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b2102526214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b21025ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b21025ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b21025c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b21025c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b21025c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b21025a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b21025a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b21025d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b21024cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b21024ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b21024ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b2102621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b2102621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b2102c080c4 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/b64k/00262c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/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 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b6177c6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b6177c6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b6177dc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b6177dc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b61783a80c4 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/b64k/00262c/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/b64k/00262c/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/b64k/00262c/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 259583
DEBUG    ya.test:process.py:259 Command (pid 259583) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 259583) elapsed time (sec): 21.986196994781494
DEBUG    ya.test:process.py:263 Command (pid 259583) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 259583) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 259583) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 259583) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 259583) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 259583) maxrss: 1482756
DEBUG    ya.test:process.py:263 Command (pid 259583) minflt: 980394
DEBUG    ya.test:process.py:263 Command (pid 259583) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 259583) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 259583) nivcsw: 1718
DEBUG    ya.test:process.py:263 Command (pid 259583) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 259583) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 259583) nvcsw: 104126
DEBUG    ya.test:process.py:263 Command (pid 259583) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 259583) stime: 4.50532
DEBUG    ya.test:process.py:263 Command (pid 259583) utime: 13.027875
DEBUG    ya.test:process.py:263 Command (pid 259583) wtime: 21.99
DEBUG    ya.test:process.py:275 Command (pid 259583) output:
2026-01-28T17:36:05.383827Z Fetching udfs...
2026-01-28T17:36:06.063831Z Initialization of fq runner...
2026-01-28T17:36:11.057456Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.521363s
2026-01-28T17:36:11.584287Z Fetching query results...
2026-01-28T17:36:11.584325Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 259583) errors:
...0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b6177d42de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6177c5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6177c5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6177cdac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6177cdac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b617839ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b617839c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b61783a0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b61783a0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b6177d7182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b6177c6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b6177c6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b6177dc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b6177dc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b61783a80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6177cf2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6177cf9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6177c74d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b6177c7dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b61783a73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b61783a71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b61783a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b61783a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b61783a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b61783a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b6178807db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b6178807db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b61788076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b617789b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f6196eacd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6177c5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6177c5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6177cdb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6177cdb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b6177d74686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b6177d74686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b6177d70dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b6177c6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b6177c6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b6177dc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b6177dc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b61783a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b61783a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b61783a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b61783a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b61783a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b6178807db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b6178807db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b61788076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b617789b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6177cf2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6177cf4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b6177cf4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b617839f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b617839ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b617839c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b617839c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b61783cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b6177cc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b6177dc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b6177dc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b6177dc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b6177cc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b6177c6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b6177c6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b6177dc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b6177dc2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b6177dc2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b6177dc2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b61783a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b61783a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b61783a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b61783a4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6177cf2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6177cf9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6177d12524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b6177d12524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b6177d12524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b6177c7a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b6177c7a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b6177ce1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b6177ce25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b6177ce25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b6177ce25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b6177ce3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b6177ccad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b61783a7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b61783a7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b61783a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b61783a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b61783a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b61783a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b6178807db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b6178807db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b61788076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b617789b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f6196eacd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6177c5ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b6177c5ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b617839f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b617839ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b617839c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b617839c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b61783cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b6177cc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b6177dc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b6177dc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b6177dc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b6177cc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b6177c6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b6177c6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b6177dc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b6177dc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b61783a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b61783a78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6177c5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6177c5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6177cdb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6177cdb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b6177c7a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b6177c6a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b6177c6a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b6177d70ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b6177c6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b6177c6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b6177dc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b6177dc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b61783a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b61783a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b61783a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b61783a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b61783a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b6178807db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b6178807db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b61788076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b617789b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6177c5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6177c5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6177cdac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6177cdac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b617839ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b617839c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b617839c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b61783cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b6177cc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b6177dc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b6177dc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b6177dc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b6177cc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b6177c6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b6177c6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b6177dc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b6177dc1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6177cf2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6177cf9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6177d12524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b6177d12524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b6177d12524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b6177c7a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b6177c7a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b6177ce1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b6177ce25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b6177ce25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b6177ce25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b6177cde5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b6177cbe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b6177cc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b6177dc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b6177dc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b6177dc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b6177cc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b6177c6a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b6177c6a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b6177d70ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b6177c6a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b6177c6a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b6177c6ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b6177c6ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b6177dc2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b6177dc2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b61783a75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6177c5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6177c5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6177cdac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6177cdac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b617839ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b617839c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b617839c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b61783cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b6177cc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b6177dc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b6177dc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b6177dc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b6177cc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b6177cc5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6177cf2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6177cf4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b6177cf4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b617839f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b617839ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b617839c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b617839c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b61783cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b6177cc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b6177dc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b6177dc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b6177dc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b6177cc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b6177c6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b6177c6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b6177dc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b6177dc2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b6177dc2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b6177dc2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b61783a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b61783a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b61783a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b61783a4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6177c5ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b6177c5ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b617839f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b617839c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b617839c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b61783cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b6177cc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b6177dc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b6177dc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b6177dc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b6177cc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b6177c6a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6177c9c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b6177c9c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b617839e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b617839c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b617839c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b61783cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b6177cc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b6177dc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b6177dc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b6177dc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b6177cc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b6177c6a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6177c9c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b6177c9c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b617839e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b617839c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b617839c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b61783cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b6177cc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b6177dc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b6177dc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b6177dc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b6177cc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b6177c6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b6177c6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b6177dc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b6177dc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b61783a80c4 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'...0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b6177d42de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6177c5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6177c5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6177cdac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6177cdac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b617839ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b617839c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b61783a0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b61783a0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b6177d7182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b6177c6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b6177c6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b6177dc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b6177dc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b61783a80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6177cf2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6177cf9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6177c74d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b6177c7dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b61783a73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b61783a71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b61783a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b61783a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b61783a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b61783a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b6178807db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b6178807db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b61788076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b617789b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f6196eacd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6177c5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6177c5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6177cdb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6177cdb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b6177d74686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b6177d74686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b6177d70dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b6177c6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b6177c6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b6177dc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b6177dc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b61783a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b61783a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b61783a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b61783a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b61783a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b6178807db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b6178807db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b61788076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b617789b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6177cf2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6177cf4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b6177cf4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b617839f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b617839ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b617839c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b617839c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b61783cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b6177cc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b6177dc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b6177dc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b6177dc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b6177cc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b6177c6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b6177c6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b6177dc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b6177dc2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b6177dc2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b6177dc2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b61783a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b61783a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b61783a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b61783a4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6177cf2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6177cf9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6177d12524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b6177d12524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b6177d12524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b6177c7a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b6177c7a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b6177ce1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b6177ce25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b6177ce25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b6177ce25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b6177ce3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b6177ccad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b61783a7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b61783a7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b61783a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b61783a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b61783a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b61783a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b6178807db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b6178807db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b61788076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b617789b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f6196eacd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6177c5ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b6177c5ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b617839f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b617839ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b617839c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b617839c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b61783cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b6177cc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b6177dc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b6177dc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b6177dc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b6177cc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b6177c6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b6177c6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b6177dc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b6177dc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b61783a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b61783a78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6177c5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6177c5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6177cdb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6177cdb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b6177c7a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b6177c6a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b6177c6a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b6177d70ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b6177c6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b6177c6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b6177dc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b6177dc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b61783a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b61783a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b61783a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b61783a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b61783a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b6178807db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b6178807db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b61788076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b617789b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6177c5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6177c5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6177cdac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6177cdac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b617839ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b617839c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b617839c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b61783cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b6177cc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b6177dc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b6177dc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b6177dc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b6177cc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b6177c6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b6177c6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b6177dc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b6177dc1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6177cf2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6177cf9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6177d12524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b6177d12524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b6177d12524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b6177c7a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b6177c7a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b6177ce1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b6177ce25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b6177ce25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b6177ce25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b6177cde5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b6177cbe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b6177cc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b6177dc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b6177dc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b6177dc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b6177cc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b6177c6a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b6177c6a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b6177d70ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b6177c6a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b6177c6a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b6177c6ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b6177c6ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b6177dc2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b6177dc2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b61783a75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6177c5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6177c5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6177cdac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6177cdac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b617839ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b617839c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b617839c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b61783cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b6177cc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b6177dc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b6177dc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b6177dc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b6177cc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b6177cc5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6177cf2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6177cf4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b6177cf4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b617839f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b617839ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b617839c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b617839c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b61783cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b6177cc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b6177dc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b6177dc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b6177dc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b6177cc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b6177c6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b6177c6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b6177dc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b6177dc2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b6177dc2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b6177dc2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b61783a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b61783a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b61783a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b61783a4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6177c5ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b6177c5ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b617839f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b617839c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b617839c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b61783cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b6177cc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b6177dc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b6177dc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b6177dc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b6177cc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b6177c6a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6177c9c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b6177c9c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b617839e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b617839c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b617839c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b61783cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b6177cc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b6177dc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b6177dc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b6177dc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b6177cc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b6177c6a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6177c9c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b6177c9c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b617839e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b617839ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b617839ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b617839c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b617839c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b61783cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b6177cc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b6177dc47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b6177dc47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b6177dc47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b6177cc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b6177d6e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b6177d6e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b6177d66d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b6177d66d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b6177d66d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b6177d42de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b6177d42de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b6177d7288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b6177c6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b6177c6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b6177c6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b6177dc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b6177dc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b61783a80c4 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 ===============================
82.63s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadata-default.txt]
30.31s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadataInsideFilter-default.txt]
28.22s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadataNestedDeep-default.txt]
27.33s call     test_sql_streaming.py::test[pq-ReadTwoTopics-default.txt]
23.55s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadataWithFilter-default.txt]
23.45s call     test_sql_streaming.py::test[pq-ReadWriteSameTopic-default.txt]
22.07s call     test_sql_streaming.py::test[pq-ReadWriteTopic-default.txt]
20.67s call     test_sql_streaming.py::test[pq-ReadTopicWithSchema-default.txt]
0.13s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadataNestedDeep-default.txt]
0.03s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadata-default.txt]
0.03s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadataWithFilter-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadataInsideFilter-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadTopicWithSchema-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadWriteSameTopic-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadTwoTopics-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadWriteTopic-default.txt]

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_streaming.py::test[pq-ReadTopicWithMetadata-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_6dvqjeur/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 0x7b7906b6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b7906b6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b7906cc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b7906cc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b7906c41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b7906c41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b7906bc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b7906b6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b7906b6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b7906b6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b7906cc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b7906cc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b79072a80c4 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/b64k/00262c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_mgup5vbs/topic_3.txt' has failed with code 100.
Errors:
...3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b2bbd73b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b2bbd73b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b2bbd89216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b2bbd89216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b2bbd811df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b2bbd811df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b2bbd795fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b2bbd73a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b2bbd73a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b2bbd73a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b2bbd891c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b2bbd891a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b2bbde780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463535 byte(s) leaked in 8682 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadTopicWithMetadataNestedDeep-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_uiu1k2fj/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 0x7bcf9170b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bcf9170b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bcf9186216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bcf9186216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bcf917e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bcf917e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bcf91765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bcf9170a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bcf9170a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bcf9170a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bcf91861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bcf91861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bcf91e480c4 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/b64k/00262c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_d463dq0p/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 0x7b1c9370b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b1c9370b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b1c9386216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b1c9386216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b1c937e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b1c937e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b1c93765fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b1c9370a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b1c9370a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b1c9370a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b1c93861c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b1c93861a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b1c93e480c4 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/b64k/00262c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t22t5jax/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 0x7bf8cf21b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bf8cf21b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bf8cf37216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bf8cf37216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bf8cf2f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bf8cf2f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bf8cf275fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bf8cf21a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bf8cf21a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bf8cf21a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bf8cf371c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bf8cf371a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bf8cf9580c4 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/b64k/00262c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ey1zojwc/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 0x7b659126b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b659126b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b65913c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b65913c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b6591341df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b6591341df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b65912c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b659126a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b659126a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b659126a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b65913c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b65913c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b65919a80c4 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/b64k/00262c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_56o7v1ie/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 0x7b21024cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b21024cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b210262216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b210262216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b21025a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b21025a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b2102525fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b21024ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b21024ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b21024ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b2102621c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b2102621a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b2102c080c4 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/b64k/00262c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262c/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/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ycsclo_d/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 0x7b6177c6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b6177c6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b6177dc216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b6177dc216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b6177d41df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b6177d41df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b6177cc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b6177c6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b6177c6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b6177c6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b6177dc1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b6177dc1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b61783a80c4 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 261.60s (0:04:21) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/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 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7babce57a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7babce57a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7babce6d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7babce6d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7babcecb80c4 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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/00262a/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 206235
DEBUG    ya.test:process.py:259 Command (pid 206235) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 206235) elapsed time (sec): 82.26225256919861
DEBUG    ya.test:process.py:263 Command (pid 206235) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 206235) inblock: 63168
DEBUG    ya.test:process.py:263 Command (pid 206235) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 206235) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 206235) majflt: 1012
DEBUG    ya.test:process.py:263 Command (pid 206235) maxrss: 1471128
DEBUG    ya.test:process.py:263 Command (pid 206235) minflt: 977618
DEBUG    ya.test:process.py:263 Command (pid 206235) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 206235) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 206235) nivcsw: 3285
DEBUG    ya.test:process.py:263 Command (pid 206235) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 206235) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 206235) nvcsw: 101810
DEBUG    ya.test:process.py:263 Command (pid 206235) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 206235) stime: 4.19124
DEBUG    ya.test:process.py:263 Command (pid 206235) utime: 13.757435
DEBUG    ya.test:process.py:263 Command (pid 206235) wtime: 82.27
DEBUG    ya.test:process.py:275 Command (pid 206235) output:
2026-01-28T17:32:06.653639Z Fetching udfs...
2026-01-28T17:32:15.681780Z Initialization of fq runner...
2026-01-28T17:32:24.287488Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.933839s
2026-01-28T17:32:25.234451Z Fetching query results...
2026-01-28T17:32:25.234483Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 206235) errors:
...0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7babce652de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7babce56b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7babce56b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7babce5eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7babce5eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7babcecaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7babcecac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7babcecb0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7babcecb0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7babce68182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7babce57a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7babce57a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7babce6d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7babce6d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7babcecb80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7babce602bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7babce609fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7babce584d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7babce58dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7babcecb73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7babcecb71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7babcecb6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7babcecb4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7babcecb4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7babcecb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7babcf117db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7babcf117db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7babcf1176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7babce1ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fabed7c3d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7babce56b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7babce56b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7babce5eb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7babce5eb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7babce684686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7babce684686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7babce680dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7babce57a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7babce57a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7babce6d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7babce6d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7babcecb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7babcecb78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7babcecb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7babcecb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7babcecb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7babcf117db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7babcf117db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7babcf1176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7babce1ab928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7babce602bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7babce604424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7babce604424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7babcecaf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7babcecaec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7babcecac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7babcecac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7babcecdb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7babce5d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7babce6d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7babce6d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7babce6d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7babce5d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7babce57a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7babce57a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7babce6d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7babce6d2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7babce6d2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7babce6d2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7babcecb75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7babcecb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7babcecb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7babcecb4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7babce602bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7babce609fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7babce622524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7babce622524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7babce622524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7babce58a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7babce58a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7babce5f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7babce5f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7babce5f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7babce5f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7babce5f3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7babce5dad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7babcecb7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7babcecb7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7babcecb6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7babcecb4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7babcecb4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7babcecb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7babcf117db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7babcf117db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7babcf1176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7babce1ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fabed7c3d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7babce56ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7babce56ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7babcecaf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7babcecaece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7babcecac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7babcecac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7babcecdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7babce5d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7babce6d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7babce6d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7babce6d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7babce5d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7babce57a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7babce57a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7babce6d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7babce6d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7babcecb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7babcecb78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7babce56b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7babce56b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7babce5eb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7babce5eb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7babce58a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7babce57a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7babce57a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7babce680ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7babce57a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7babce57a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7babce6d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7babce6d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7babcecb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7babcecb78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7babcecb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7babcecb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7babcecb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7babcf117db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7babcf117db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7babcf1176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7babce1ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7babce56b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7babce56b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7babce5eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7babce5eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7babcecaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7babcecac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7babcecac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7babcecdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7babce5d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7babce6d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7babce6d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7babce6d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7babce5d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7babce57a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7babce57a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7babce6d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7babce6d1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7babce602bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7babce609fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7babce622524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7babce622524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7babce622524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7babce58a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7babce58a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7babce5f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7babce5f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7babce5f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7babce5f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7babce5ee5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7babce5ce92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7babce5d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7babce6d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7babce6d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7babce6d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7babce5d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7babce57a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7babce57a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7babce680ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7babce57a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7babce57a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7babce57ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7babce57ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7babce6d2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7babce6d2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7babcecb75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7babce56b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7babce56b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7babce5eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7babce5eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7babcecaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7babcecac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7babcecac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7babcecdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7babce5d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7babce6d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7babce6d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7babce6d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7babce5d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7babce5d5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7babce602bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7babce604424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7babce604424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7babcecaf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7babcecaec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7babcecac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7babcecac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7babcecdb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7babce5d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7babce6d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7babce6d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7babce6d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7babce5d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7babce57a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7babce57a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7babce6d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7babce6d2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7babce6d2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7babce6d2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7babcecb75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7babcecb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7babcecb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7babcecb4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7babce56ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7babce56ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7babcecaf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7babcecac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7babcecac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7babcecdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7babce5d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7babce6d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7babce6d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7babce6d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7babce5d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7babce57a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7babce5ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7babce5ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7babcecae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7babcecac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7babcecac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7babcecdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7babce5d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7babce6d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7babce6d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7babce6d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7babce5d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7babce57a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7babce5ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7babce5ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7babcecae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7babcecac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7babcecac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7babcecdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7babce5d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7babce6d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7babce6d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7babce6d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7babce5d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7babce57a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7babce57a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7babce6d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7babce6d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7babcecb80c4 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'...0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7babce652de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7babce56b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7babce56b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7babce5eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7babce5eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7babcecaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7babcecac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7babcecb0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7babcecb0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7babce68182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7babce57a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7babce57a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7babce6d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7babce6d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7babcecb80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7babce602bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7babce609fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7babce584d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7babce58dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7babcecb73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7babcecb71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7babcecb6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7babcecb4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7babcecb4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7babcecb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7babcf117db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7babcf117db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7babcf1176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7babce1ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fabed7c3d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7babce56b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7babce56b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7babce5eb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7babce5eb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7babce684686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7babce684686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7babce680dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7babce57a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7babce57a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7babce6d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7babce6d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7babcecb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7babcecb78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7babcecb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7babcecb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7babcecb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7babcf117db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7babcf117db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7babcf1176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7babce1ab928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7babce602bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7babce604424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7babce604424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7babcecaf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7babcecaec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7babcecac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7babcecac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7babcecdb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7babce5d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7babce6d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7babce6d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7babce6d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7babce5d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7babce57a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7babce57a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7babce6d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7babce6d2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7babce6d2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7babce6d2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7babcecb75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7babcecb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7babcecb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7babcecb4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7babce602bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7babce609fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7babce622524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7babce622524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7babce622524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7babce58a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7babce58a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7babce5f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7babce5f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7babce5f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7babce5f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7babce5f3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7babce5dad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7babcecb7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7babcecb7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7babcecb6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7babcecb4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7babcecb4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7babcecb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7babcf117db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7babcf117db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7babcf1176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7babce1ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fabed7c3d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7babce56ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7babce56ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7babcecaf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7babcecaece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7babcecac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7babcecac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7babcecdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7babce5d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7babce6d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7babce6d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7babce6d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7babce5d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7babce57a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7babce57a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7babce6d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7babce6d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7babcecb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7babcecb78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7babce56b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7babce56b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7babce5eb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7babce5eb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7babce58a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7babce57a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7babce57a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7babce680ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7babce57a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7babce57a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7babce6d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7babce6d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7babcecb80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7babcecb78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7babcecb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7babcecb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7babcecb4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7babcf117db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7babcf117db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7babcf1176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7babce1ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7babce56b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7babce56b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7babce5eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7babce5eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7babcecaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7babcecac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7babcecac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7babcecdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7babce5d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7babce6d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7babce6d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7babce6d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7babce5d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7babce57a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7babce57a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7babce6d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7babce6d1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7babce602bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7babce609fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7babce622524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7babce622524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7babce622524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7babce58a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7babce58a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7babce5f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7babce5f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7babce5f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7babce5f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7babce5ee5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7babce5ce92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7babce5d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7babce6d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7babce6d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7babce6d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7babce5d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7babce57a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7babce57a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7babce680ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7babce57a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7babce57a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7babce57ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7babce57ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7babce6d2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7babce6d2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7babcecb75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7babce56b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7babce56b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7babce5eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7babce5eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7babcecaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7babcecac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7babcecac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7babcecdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7babce5d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7babce6d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7babce6d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7babce6d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7babce5d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7babce5d5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7babce602bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7babce604424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7babce604424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7babcecaf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7babcecaec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7babcecac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7babcecac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7babcecdb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7babce5d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7babce6d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7babce6d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7babce6d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7babce5d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7babce57a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7babce57a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7babce6d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7babce6d2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7babce6d2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7babce6d2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7babcecb75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7babcecb4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7babcecb4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7babcecb4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7babce56ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7babce56ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7babcecaf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7babcecac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7babcecac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7babcecdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7babce5d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7babce6d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7babce6d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7babce6d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7babce5d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7babce57a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7babce5ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7babce5ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7babcecae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7babcecac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7babcecac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7babcecdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7babce5d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7babce6d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7babce6d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7babce6d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7babce5d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7babce57a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7babce5ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7babce5ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7babcecae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7babcecaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7babcecaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7babcecac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7babcecac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7babcecdbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7babce5d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7babce6d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7babce6d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7babce6d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7babce5d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7babce67e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7babce67e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7babce676d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7babce676d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7babce676d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7babce652de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7babce652de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7babce68288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7babce57b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7babce57a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7babce57a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7babce6d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7babce6d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7babcecb80c4 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/b64k/00262a/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/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 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b0d2f4fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b0d2f4fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b0d2f651c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b0d2f651a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b0d2fc380c4 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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 221514
DEBUG    ya.test:process.py:259 Command (pid 221514) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 221514) elapsed time (sec): 28.636610746383667
DEBUG    ya.test:process.py:263 Command (pid 221514) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 221514) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 221514) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 221514) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 221514) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 221514) maxrss: 1513300
DEBUG    ya.test:process.py:263 Command (pid 221514) minflt: 992270
DEBUG    ya.test:process.py:263 Command (pid 221514) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 221514) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 221514) nivcsw: 3196
DEBUG    ya.test:process.py:263 Command (pid 221514) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 221514) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 221514) nvcsw: 99384
DEBUG    ya.test:process.py:263 Command (pid 221514) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 221514) stime: 4.182045
DEBUG    ya.test:process.py:263 Command (pid 221514) utime: 12.913711
DEBUG    ya.test:process.py:263 Command (pid 221514) wtime: 28.645
DEBUG    ya.test:process.py:275 Command (pid 221514) output:
2026-01-28T17:33:30.230773Z Fetching udfs...
2026-01-28T17:33:31.067258Z Initialization of fq runner...
2026-01-28T17:33:38.906843Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.732917s
2026-01-28T17:33:39.645533Z Fetching query results...
2026-01-28T17:33:39.645559Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 221514) errors:
...0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b0d2f5d2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0d2f4eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0d2f4eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0d2f56ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0d2f56ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b0d2fc2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b0d2fc2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b0d2fc30090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b0d2fc30090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b0d2f60182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b0d2f4fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b0d2f4fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b0d2f651c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b0d2f651a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b0d2fc380c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0d2f582bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0d2f589fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b0d2f504d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b0d2f50dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b0d2fc373ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b0d2fc371ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b0d2fc36f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b0d2fc34a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b0d2fc34a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b0d2fc34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b0d30097db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b0d30097db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0d300976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0d2f12b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f0d4e747d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0d2f4eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0d2f4eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0d2f56b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0d2f56b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b0d2f604686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b0d2f604686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b0d2f600dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b0d2f4fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b0d2f4fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b0d2f651c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b0d2f651a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b0d2fc380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b0d2fc378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b0d2fc34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b0d2fc34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b0d2fc34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b0d30097db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b0d30097db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0d300976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0d2f12b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0d2f582bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0d2f584424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b0d2f584424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b0d2fc2f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b0d2fc2ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b0d2fc2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b0d2fc2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b0d2fc5b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b0d2f55741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b0d2f6547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b0d2f6547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b0d2f6547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b0d2f556214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b0d2f4fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b0d2f4fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b0d2f651c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b0d2f652e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b0d2f652e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b0d2f652e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b0d2fc375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b0d2fc34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b0d2fc34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b0d2fc34ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0d2f582bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0d2f589fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b0d2f5a2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b0d2f5a2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b0d2f5a2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b0d2f50a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b0d2f50a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b0d2f571acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b0d2f5725ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b0d2f5725ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b0d2f5725ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b0d2f573e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b0d2f55ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b0d2fc37044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b0d2fc37044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b0d2fc36f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b0d2fc34a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b0d2fc34a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b0d2fc34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b0d30097db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b0d30097db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0d300976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0d2f12b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f0d4e747d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0d2f4eed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b0d2f4eed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b0d2fc2f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b0d2fc2ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b0d2fc2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b0d2fc2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b0d2fc5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b0d2f55741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b0d2f6547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b0d2f6547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b0d2f6547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b0d2f556214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b0d2f4fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b0d2f4fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b0d2f651c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b0d2f651a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b0d2fc380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b0d2fc378d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0d2f4eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0d2f4eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0d2f56b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0d2f56b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b0d2f50a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b0d2f4fa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b0d2f4fa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b0d2f600ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b0d2f4fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b0d2f4fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b0d2f651c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b0d2f651a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b0d2fc380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b0d2fc378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b0d2fc34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b0d2fc34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b0d2fc34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b0d30097db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b0d30097db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0d300976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0d2f12b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0d2f4eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0d2f4eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0d2f56ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0d2f56ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b0d2fc2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0d2fc2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b0d2fc2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b0d2fc5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b0d2f55741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b0d2f6547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b0d2f6547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b0d2f6547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b0d2f556214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b0d2f4fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b0d2f4fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b0d2f651c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b0d2f651a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0d2f582bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0d2f589fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b0d2f5a2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b0d2f5a2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b0d2f5a2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b0d2f50a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b0d2f50a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b0d2f571acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b0d2f5725ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b0d2f5725ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b0d2f5725ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b0d2f56e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b0d2f54e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b0d2f55741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b0d2f6547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b0d2f6547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b0d2f6547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b0d2f556214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b0d2f4fa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b0d2f4fa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b0d2f600ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b0d2f4fa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b0d2f4fa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b0d2f4fab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b0d2f4fab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b0d2f652e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b0d2f652e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b0d2fc375c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0d2f4eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0d2f4eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0d2f56ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0d2f56ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b0d2fc2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b0d2fc2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b0d2fc2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b0d2fc5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b0d2f55741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b0d2f6547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b0d2f6547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b0d2f6547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b0d2f556214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b0d2f555fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0d2f582bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0d2f584424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b0d2f584424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b0d2fc2f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b0d2fc2ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b0d2fc2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b0d2fc2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b0d2fc5b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b0d2f55741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b0d2f6547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b0d2f6547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b0d2f6547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b0d2f556214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b0d2f4fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b0d2f4fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b0d2f651c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b0d2f652e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b0d2f652e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b0d2f652e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b0d2fc375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b0d2fc34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b0d2fc34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b0d2fc34ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0d2f4eed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b0d2f4eed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b0d2fc2f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b0d2fc2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b0d2fc2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b0d2fc5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b0d2f55741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b0d2f6547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b0d2f6547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b0d2f6547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b0d2f556214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b0d2f4fa7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0d2f52c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b0d2f52c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b0d2fc2e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b0d2fc2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b0d2fc2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b0d2fc5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b0d2f55741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b0d2f6547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b0d2f6547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b0d2f6547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b0d2f556214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b0d2f4fa7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0d2f52c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b0d2f52c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b0d2fc2e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b0d2fc2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b0d2fc2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b0d2fc5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b0d2f55741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b0d2f6547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b0d2f6547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b0d2f6547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b0d2f556214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b0d2f4fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b0d2f4fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b0d2f651c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b0d2f651a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b0d2fc380c4 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'...0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b0d2f5d2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0d2f4eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0d2f4eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0d2f56ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0d2f56ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b0d2fc2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b0d2fc2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b0d2fc30090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b0d2fc30090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b0d2f60182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b0d2f4fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b0d2f4fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b0d2f651c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b0d2f651a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b0d2fc380c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0d2f582bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0d2f589fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b0d2f504d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b0d2f50dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b0d2fc373ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b0d2fc371ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b0d2fc36f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b0d2fc34a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b0d2fc34a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b0d2fc34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b0d30097db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b0d30097db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b0d300976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b0d2f12b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f0d4e747d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0d2f4eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0d2f4eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0d2f56b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0d2f56b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b0d2f604686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b0d2f604686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b0d2f600dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b0d2f4fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b0d2f4fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b0d2f651c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b0d2f651a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b0d2fc380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b0d2fc378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b0d2fc34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b0d2fc34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b0d2fc34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b0d30097db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b0d30097db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b0d300976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b0d2f12b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0d2f582bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0d2f584424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b0d2f584424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b0d2fc2f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b0d2fc2ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b0d2fc2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b0d2fc2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b0d2fc5b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b0d2f55741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b0d2f6547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b0d2f6547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b0d2f6547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b0d2f556214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b0d2f4fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b0d2f4fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b0d2f651c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b0d2f652e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b0d2f652e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b0d2f652e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b0d2fc375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b0d2fc34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b0d2fc34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b0d2fc34ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0d2f582bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0d2f589fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b0d2f5a2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b0d2f5a2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b0d2f5a2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b0d2f50a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b0d2f50a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b0d2f571acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b0d2f5725ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b0d2f5725ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b0d2f5725ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b0d2f573e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b0d2f55ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b0d2fc37044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b0d2fc37044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b0d2fc36f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b0d2fc34a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b0d2fc34a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b0d2fc34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b0d30097db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b0d30097db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b0d300976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b0d2f12b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f0d4e747d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0d2f4eed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b0d2f4eed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b0d2fc2f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b0d2fc2ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b0d2fc2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b0d2fc2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b0d2fc5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b0d2f55741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b0d2f6547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b0d2f6547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b0d2f6547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b0d2f556214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b0d2f4fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b0d2f4fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b0d2f651c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b0d2f651a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b0d2fc380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b0d2fc378d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0d2f4eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0d2f4eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0d2f56b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0d2f56b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b0d2f50a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b0d2f4fa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b0d2f4fa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b0d2f600ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b0d2f4fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b0d2f4fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b0d2f651c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b0d2f651a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b0d2fc380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b0d2fc378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b0d2fc34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b0d2fc34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b0d2fc34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b0d30097db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b0d30097db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b0d300976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b0d2f12b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0d2f4eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0d2f4eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0d2f56ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0d2f56ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b0d2fc2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0d2fc2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b0d2fc2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b0d2fc5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b0d2f55741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b0d2f6547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b0d2f6547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b0d2f6547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b0d2f556214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b0d2f4fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b0d2f4fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b0d2f651c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b0d2f651a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0d2f582bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0d2f589fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b0d2f5a2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b0d2f5a2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b0d2f5a2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b0d2f50a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b0d2f50a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b0d2f571acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b0d2f5725ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b0d2f5725ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b0d2f5725ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b0d2f56e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b0d2f54e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b0d2f55741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b0d2f6547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b0d2f6547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b0d2f6547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b0d2f556214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b0d2f4fa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b0d2f4fa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b0d2f600ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b0d2f4fa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b0d2f4fa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b0d2f4fab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b0d2f4fab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b0d2f652e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b0d2f652e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b0d2fc375c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0d2f4eb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0d2f4eb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0d2f56ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0d2f56ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b0d2fc2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b0d2fc2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b0d2fc2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b0d2fc5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b0d2f55741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b0d2f6547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b0d2f6547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b0d2f6547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b0d2f556214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b0d2f555fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0d2f582bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0d2f584424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b0d2f584424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b0d2fc2f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b0d2fc2ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b0d2fc2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b0d2fc2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b0d2fc5b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b0d2f55741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b0d2f6547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b0d2f6547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b0d2f6547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b0d2f556214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b0d2f4fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b0d2f4fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b0d2f651c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b0d2f652e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b0d2f652e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b0d2f652e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b0d2fc375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b0d2fc34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b0d2fc34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b0d2fc34ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0d2f4eed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b0d2f4eed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b0d2fc2f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b0d2fc2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b0d2fc2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b0d2fc5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b0d2f55741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b0d2f6547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b0d2f6547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b0d2f6547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b0d2f556214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b0d2f4fa7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0d2f52c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b0d2f52c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b0d2fc2e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b0d2fc2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b0d2fc2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b0d2fc5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b0d2f55741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b0d2f6547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b0d2f6547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b0d2f6547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b0d2f556214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b0d2f4fa7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0d2f52c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b0d2f52c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b0d2fc2e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b0d2fc2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b0d2fc2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b0d2fc2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b0d2fc2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b0d2fc5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b0d2f55741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b0d2f6547c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b0d2f6547c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b0d2f6547c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b0d2f556214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b0d2f5fe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b0d2f5fe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b0d2f5f6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b0d2f5f6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b0d2f5f6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b0d2f5d2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b0d2f5d2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b0d2f60288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b0d2f4fb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b0d2f4fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b0d2f4fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b0d2f651c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b0d2f651a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b0d2fc380c4 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/b64k/00262a/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/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 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bdfb356a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bdfb356a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bdfb36c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bdfb36c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bdfb3ca80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463638 byte(s) leaked in 8684 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[solomon-ReadTopicGroupWriteToSolomon-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/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/b64k/00262a/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 230114
DEBUG    ya.test:process.py:259 Command (pid 230114) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 230114) elapsed time (sec): 28.51114583015442
DEBUG    ya.test:process.py:263 Command (pid 230114) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 230114) inblock: 48
DEBUG    ya.test:process.py:263 Command (pid 230114) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 230114) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 230114) majflt: 3
DEBUG    ya.test:process.py:263 Command (pid 230114) maxrss: 1525800
DEBUG    ya.test:process.py:263 Command (pid 230114) minflt: 989024
DEBUG    ya.test:process.py:263 Command (pid 230114) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 230114) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 230114) nivcsw: 16098
DEBUG    ya.test:process.py:263 Command (pid 230114) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 230114) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 230114) nvcsw: 102463
DEBUG    ya.test:process.py:263 Command (pid 230114) oublock: 9664
DEBUG    ya.test:process.py:263 Command (pid 230114) stime: 4.002604
DEBUG    ya.test:process.py:263 Command (pid 230114) utime: 13.515861
DEBUG    ya.test:process.py:263 Command (pid 230114) wtime: 28.525
DEBUG    ya.test:process.py:275 Command (pid 230114) output:
2026-01-28T17:33:59.184176Z Fetching udfs...
2026-01-28T17:34:00.376676Z Initialization of fq runner...
2026-01-28T17:34:07.948028Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.718959s
2026-01-28T17:34:09.674270Z Fetching query results...
2026-01-28T17:34:09.674297Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 230114) errors:
...0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bdfb3642de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdfb355b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdfb355b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdfb35dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdfb35dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdfb3c9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bdfb3c9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bdfb3ca0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bdfb3ca0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bdfb367182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bdfb356a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bdfb356a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bdfb36c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bdfb36c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bdfb3ca80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdfb35f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdfb35f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bdfb3574d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bdfb357dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bdfb3ca73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bdfb3ca71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bdfb3ca6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bdfb3ca4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bdfb3ca4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bdfb3ca4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bdfb4107db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bdfb4107db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdfb41076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdfb319b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fdfd27afd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdfb355b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdfb355b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdfb35db334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdfb35db334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bdfb3674686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bdfb3674686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bdfb3670dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bdfb356a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bdfb356a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bdfb36c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bdfb36c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bdfb3ca80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bdfb3ca78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bdfb3ca4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bdfb3ca4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bdfb3ca4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bdfb4107db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bdfb4107db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdfb41076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdfb319b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdfb35f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdfb35f4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bdfb35f4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bdfb3c9f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bdfb3c9ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bdfb3c9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bdfb3c9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bdfb3ccb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bdfb35c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bdfb36c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bdfb36c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bdfb36c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bdfb35c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bdfb356a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bdfb356a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bdfb36c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bdfb36c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bdfb36c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bdfb36c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bdfb3ca75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bdfb3ca4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bdfb3ca4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bdfb3ca4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdfb35f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdfb35f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bdfb3612524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bdfb3612524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bdfb3612524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bdfb357a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bdfb357a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bdfb35e1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bdfb35e25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bdfb35e25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bdfb35e25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bdfb35e3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bdfb35cad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bdfb3ca7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bdfb3ca7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bdfb3ca6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bdfb3ca4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bdfb3ca4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bdfb3ca4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bdfb4107db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bdfb4107db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdfb41076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdfb319b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fdfd27afd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdfb355ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bdfb355ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bdfb3c9f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bdfb3c9ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bdfb3c9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bdfb3c9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bdfb3ccbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bdfb35c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bdfb36c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bdfb36c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bdfb36c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bdfb35c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bdfb356a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bdfb356a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bdfb36c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bdfb36c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bdfb3ca80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bdfb3ca78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdfb355b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdfb355b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdfb35db18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdfb35db18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bdfb357a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bdfb356a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bdfb356a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bdfb3670ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bdfb356a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bdfb356a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bdfb36c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bdfb36c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bdfb3ca80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bdfb3ca78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bdfb3ca4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bdfb3ca4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bdfb3ca4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bdfb4107db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bdfb4107db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bdfb41076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bdfb319b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdfb355b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdfb355b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdfb35dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdfb35dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdfb3c9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdfb3c9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bdfb3c9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bdfb3ccbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bdfb35c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bdfb36c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bdfb36c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bdfb36c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bdfb35c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bdfb356a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bdfb356a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bdfb36c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bdfb36c1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdfb35f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdfb35f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bdfb3612524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bdfb3612524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bdfb3612524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bdfb357a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bdfb357a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bdfb35e1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bdfb35e25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bdfb35e25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bdfb35e25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bdfb35de5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bdfb35be92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bdfb35c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bdfb36c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bdfb36c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bdfb36c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bdfb35c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bdfb356a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdfb356a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bdfb3670ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bdfb356a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bdfb356a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bdfb356ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bdfb356ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bdfb36c2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bdfb36c2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bdfb3ca75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdfb355b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bdfb355b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bdfb35dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bdfb35dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bdfb3c9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bdfb3c9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bdfb3c9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bdfb3ccbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bdfb35c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bdfb36c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bdfb36c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bdfb36c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bdfb35c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bdfb35c5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdfb35f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bdfb35f4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bdfb35f4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bdfb3c9f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bdfb3c9ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bdfb3c9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bdfb3c9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bdfb3ccb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bdfb35c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bdfb36c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bdfb36c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bdfb36c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bdfb35c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bdfb356a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bdfb356a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bdfb36c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bdfb36c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bdfb36c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bdfb36c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bdfb3ca75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bdfb3ca4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bdfb3ca4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bdfb3ca4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdfb355ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bdfb355ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bdfb3c9f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdfb3c9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bdfb3c9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bdfb3ccbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bdfb35c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bdfb36c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bdfb36c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bdfb36c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bdfb35c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bdfb356a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdfb359c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bdfb359c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bdfb3c9e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bdfb3c9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bdfb3c9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bdfb3ccbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bdfb35c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bdfb36c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bdfb36c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bdfb36c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bdfb35c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bdfb356a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bdfb359c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bdfb359c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bdfb3c9e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bdfb3c9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bdfb3c9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bdfb3ccbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bdfb35c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bdfb36c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bdfb36c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bdfb36c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bdfb35c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bdfb356a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bdfb356a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bdfb36c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bdfb36c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bdfb3ca80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

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

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bdfb3642de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdfb355b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdfb355b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdfb35dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdfb35dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdfb3c9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bdfb3c9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bdfb3ca0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bdfb3ca0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bdfb367182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bdfb356a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bdfb356a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bdfb36c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bdfb36c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bdfb3ca80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdfb35f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdfb35f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bdfb3574d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bdfb357dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bdfb3ca73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bdfb3ca71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bdfb3ca6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bdfb3ca4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bdfb3ca4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bdfb3ca4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bdfb4107db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bdfb4107db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bdfb41076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bdfb319b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fdfd27afd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdfb355b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdfb355b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdfb35db334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdfb35db334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bdfb3674686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bdfb3674686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bdfb3670dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bdfb356a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bdfb356a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bdfb36c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bdfb36c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bdfb3ca80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bdfb3ca78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bdfb3ca4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bdfb3ca4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bdfb3ca4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bdfb4107db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bdfb4107db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bdfb41076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bdfb319b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdfb35f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdfb35f4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bdfb35f4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bdfb3c9f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bdfb3c9ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bdfb3c9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bdfb3c9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bdfb3ccb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bdfb35c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bdfb36c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bdfb36c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bdfb36c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bdfb35c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bdfb356a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bdfb356a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bdfb36c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bdfb36c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bdfb36c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bdfb36c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bdfb3ca75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bdfb3ca4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bdfb3ca4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bdfb3ca4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdfb35f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdfb35f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bdfb3612524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bdfb3612524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bdfb3612524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bdfb357a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bdfb357a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bdfb35e1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bdfb35e25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bdfb35e25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bdfb35e25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bdfb35e3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bdfb35cad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bdfb3ca7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bdfb3ca7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bdfb3ca6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bdfb3ca4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bdfb3ca4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bdfb3ca4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bdfb4107db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bdfb4107db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bdfb41076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bdfb319b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fdfd27afd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdfb355ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bdfb355ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bdfb3c9f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bdfb3c9ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bdfb3c9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bdfb3c9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bdfb3ccbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bdfb35c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bdfb36c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bdfb36c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bdfb36c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bdfb35c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bdfb356a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bdfb356a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bdfb36c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bdfb36c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bdfb3ca80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bdfb3ca78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdfb355b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdfb355b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdfb35db18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdfb35db18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bdfb357a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bdfb356a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bdfb356a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bdfb3670ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bdfb356a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bdfb356a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bdfb36c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bdfb36c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bdfb3ca80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bdfb3ca78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bdfb3ca4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bdfb3ca4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bdfb3ca4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bdfb4107db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bdfb4107db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bdfb41076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bdfb319b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdfb355b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdfb355b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdfb35dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdfb35dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdfb3c9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdfb3c9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bdfb3c9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bdfb3ccbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bdfb35c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bdfb36c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bdfb36c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bdfb36c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bdfb35c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bdfb356a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bdfb356a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bdfb36c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bdfb36c1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdfb35f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdfb35f9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bdfb3612524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bdfb3612524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bdfb3612524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bdfb357a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bdfb357a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bdfb35e1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bdfb35e25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bdfb35e25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bdfb35e25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bdfb35de5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bdfb35be92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bdfb35c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bdfb36c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bdfb36c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bdfb36c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bdfb35c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bdfb356a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bdfb356a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bdfb3670ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bdfb356a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bdfb356a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bdfb356ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bdfb356ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bdfb36c2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bdfb36c2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bdfb3ca75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdfb355b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bdfb355b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bdfb35dac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bdfb35dac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bdfb3c9ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bdfb3c9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bdfb3c9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bdfb3ccbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bdfb35c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bdfb36c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bdfb36c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bdfb36c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bdfb35c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bdfb35c5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdfb35f2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bdfb35f4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bdfb35f4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bdfb3c9f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bdfb3c9ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bdfb3c9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bdfb3c9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bdfb3ccb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bdfb35c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bdfb36c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bdfb36c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bdfb36c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bdfb35c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bdfb356a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bdfb356a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bdfb36c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bdfb36c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bdfb36c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bdfb36c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bdfb3ca75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bdfb3ca4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bdfb3ca4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bdfb3ca4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdfb355ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bdfb355ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bdfb3c9f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdfb3c9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bdfb3c9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bdfb3ccbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bdfb35c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bdfb36c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bdfb36c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bdfb36c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bdfb35c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bdfb356a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdfb359c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bdfb359c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bdfb3c9e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bdfb3c9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bdfb3c9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bdfb3ccbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bdfb35c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bdfb36c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bdfb36c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bdfb36c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bdfb35c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bdfb356a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bdfb359c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bdfb359c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bdfb3c9e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bdfb3c9ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bdfb3c9ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bdfb3c9c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bdfb3c9c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bdfb3ccbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bdfb35c741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bdfb36c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bdfb36c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bdfb36c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bdfb35c6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bdfb366e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bdfb366e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bdfb3666d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bdfb3666d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bdfb3666d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bdfb3642de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bdfb3642de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bdfb367288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bdfb356b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bdfb356a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bdfb356a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bdfb36c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bdfb36c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bdfb3ca80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463638 byte(s) leaked in 8684 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
___________________ test[watermarks-watermarks-default.txt] ____________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/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 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b5554d2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b5554d2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b5554e81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b5554e81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b55554680c4 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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 239112
DEBUG    ya.test:process.py:259 Command (pid 239112) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 239112) elapsed time (sec): 24.01391625404358
DEBUG    ya.test:process.py:263 Command (pid 239112) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 239112) inblock: 1408
DEBUG    ya.test:process.py:263 Command (pid 239112) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 239112) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 239112) majflt: 14
DEBUG    ya.test:process.py:263 Command (pid 239112) maxrss: 1506072
DEBUG    ya.test:process.py:263 Command (pid 239112) minflt: 983072
DEBUG    ya.test:process.py:263 Command (pid 239112) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 239112) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 239112) nivcsw: 2402
DEBUG    ya.test:process.py:263 Command (pid 239112) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 239112) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 239112) nvcsw: 102475
DEBUG    ya.test:process.py:263 Command (pid 239112) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 239112) stime: 4.279403
DEBUG    ya.test:process.py:263 Command (pid 239112) utime: 12.74973
DEBUG    ya.test:process.py:263 Command (pid 239112) wtime: 24.019
DEBUG    ya.test:process.py:275 Command (pid 239112) output:
2026-01-28T17:34:27.964028Z Fetching udfs...
2026-01-28T17:34:28.714229Z Initialization of fq runner...
2026-01-28T17:34:34.656335Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.751607s
2026-01-28T17:34:35.414055Z Fetching query results...
2026-01-28T17:34:35.414084Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 239112) errors:
...0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b5554e02de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5554d1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5554d1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5554d9ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5554d9ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b555545ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b555545c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b5555460090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b5555460090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b5554e3182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b5554d2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b5554d2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b5554e81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b5554e81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b55554680c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5554db2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5554db9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b5554d34d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b5554d3dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b55554673ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b55554671ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b5555466f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b5555464a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b5555464a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b5555464ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b55558c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b55558c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b55558c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b555495b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f5573f72d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5554d1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5554d1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5554d9b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5554d9b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b5554e34686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b5554e34686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b5554e30dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b5554d2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b5554d2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b5554e81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b5554e81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b55554680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b55554678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b5555464bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b5555464aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b5555464ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b55558c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b55558c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b55558c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b555495b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5554db2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5554db4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5554db4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b555545f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b555545ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b555545c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b555545c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b555548b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b5554d8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b5554e847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b5554e847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b5554e847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b5554d86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b5554d2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b5554d2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b5554e81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b5554e82e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b5554e82e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b5554e82e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b55554675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b5555464bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b5555464aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b5555464ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5554db2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5554db9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b5554dd2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b5554dd2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b5554dd2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b5554d3a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b5554d3a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b5554da1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b5554da25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b5554da25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b5554da25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b5554da3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b5554d8ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b5555467044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b5555467044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b5555466f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b5555464a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b5555464a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b5555464ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b55558c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b55558c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b55558c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b555495b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f5573f72d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5554d1ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b5554d1ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b555545f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b555545ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b555545c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b555545c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b555548bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b5554d8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b5554e847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b5554e847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b5554e847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b5554d86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b5554d2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b5554d2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b5554e81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b5554e81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b55554680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b55554678d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5554d1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5554d1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5554d9b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5554d9b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b5554d3a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b5554d2a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b5554d2a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b5554e30ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b5554d2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b5554d2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b5554e81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b5554e81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b55554680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b55554678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b5555464bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b5555464aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b5555464ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b55558c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b55558c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b55558c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b555495b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5554d1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5554d1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5554d9ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5554d9ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b555545ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b555545c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b555545c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b555548bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b5554d8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b5554e847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b5554e847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b5554e847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b5554d86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b5554d2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b5554d2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b5554e81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b5554e81a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5554db2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5554db9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b5554dd2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b5554dd2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b5554dd2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b5554d3a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b5554d3a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b5554da1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b5554da25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b5554da25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b5554da25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b5554d9e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b5554d7e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b5554d8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b5554e847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b5554e847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b5554e847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b5554d86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b5554d2a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5554d2a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b5554e30ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b5554d2a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b5554d2a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b5554d2ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b5554d2ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b5554e82e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b5554e82e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b55554675c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5554d1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5554d1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5554d9ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5554d9ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b555545ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b555545c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b555545c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b555548bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b5554d8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b5554e847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b5554e847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b5554e847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b5554d86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b5554d85fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5554db2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5554db4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5554db4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b555545f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b555545ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b555545c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b555545c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b555548b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b5554d8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b5554e847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b5554e847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b5554e847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b5554d86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b5554d2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b5554d2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b5554e81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b5554e82e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b5554e82e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b5554e82e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b55554675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b5555464bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b5555464aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b5555464ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5554d1ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b5554d1ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b555545f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b555545c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b555545c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b555548bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b5554d8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b5554e847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b5554e847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b5554e847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b5554d86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b5554d2a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5554d5c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b5554d5c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b555545e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b555545c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b555545c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b555548bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b5554d8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b5554e847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b5554e847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b5554e847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b5554d86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b5554d2a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5554d5c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b5554d5c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b555545e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b555545c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b555545c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b555548bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b5554d8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b5554e847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b5554e847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b5554e847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b5554d86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b5554d2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b5554d2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b5554e81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b5554e81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b55554680c4 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'...0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b5554e02de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5554d1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5554d1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5554d9ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5554d9ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b555545ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b555545c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b5555460090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b5555460090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b5554e3182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b5554d2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b5554d2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b5554e81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b5554e81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b55554680c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5554db2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5554db9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b5554d34d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b5554d3dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b55554673ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b55554671ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b5555466f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b5555464a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b5555464a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b5555464ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b55558c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b55558c7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b55558c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b555495b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f5573f72d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5554d1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5554d1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5554d9b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5554d9b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b5554e34686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b5554e34686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b5554e30dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b5554d2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b5554d2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b5554e81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b5554e81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b55554680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b55554678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b5555464bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b5555464aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b5555464ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b55558c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b55558c7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b55558c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b555495b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5554db2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5554db4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5554db4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b555545f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b555545ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b555545c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b555545c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b555548b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b5554d8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b5554e847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b5554e847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b5554e847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b5554d86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b5554d2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b5554d2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b5554e81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b5554e82e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b5554e82e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b5554e82e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b55554675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b5555464bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b5555464aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b5555464ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5554db2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5554db9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b5554dd2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b5554dd2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b5554dd2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b5554d3a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b5554d3a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b5554da1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b5554da25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b5554da25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b5554da25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b5554da3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b5554d8ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b5555467044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b5555467044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b5555466f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b5555464a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b5555464a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b5555464ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b55558c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b55558c7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b55558c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b555495b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f5573f72d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5554d1ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b5554d1ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b555545f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b555545ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b555545c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b555545c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b555548bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b5554d8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b5554e847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b5554e847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b5554e847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b5554d86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b5554d2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b5554d2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b5554e81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b5554e81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b55554680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b55554678d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5554d1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5554d1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5554d9b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5554d9b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b5554d3a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b5554d2a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b5554d2a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b5554e30ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b5554d2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b5554d2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b5554e81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b5554e81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b55554680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b55554678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b5555464bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b5555464aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b5555464ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b55558c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b55558c7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b55558c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b555495b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5554d1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5554d1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5554d9ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5554d9ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b555545ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b555545c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b555545c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b555548bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b5554d8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b5554e847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b5554e847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b5554e847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b5554d86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b5554d2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b5554d2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b5554e81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b5554e81a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5554db2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5554db9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b5554dd2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b5554dd2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b5554dd2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b5554d3a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b5554d3a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b5554da1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b5554da25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b5554da25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b5554da25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b5554d9e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b5554d7e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b5554d8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b5554e847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b5554e847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b5554e847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b5554d86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b5554d2a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b5554d2a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b5554e30ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b5554d2a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b5554d2a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b5554d2ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b5554d2ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b5554e82e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b5554e82e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b55554675c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5554d1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5554d1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5554d9ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5554d9ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b555545ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b555545c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b555545c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b555548bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b5554d8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b5554e847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b5554e847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b5554e847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b5554d86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b5554d85fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5554db2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5554db4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5554db4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b555545f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b555545ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b555545c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b555545c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b555548b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b5554d8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b5554e847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b5554e847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b5554e847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b5554d86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b5554d2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b5554d2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b5554e81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b5554e82e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b5554e82e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b5554e82e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b55554675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b5555464bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b5555464aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b5555464ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5554d1ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b5554d1ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b555545f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b555545c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b555545c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b555548bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b5554d8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b5554e847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b5554e847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b5554e847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b5554d86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b5554d2a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5554d5c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b5554d5c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b555545e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b555545c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b555545c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b555548bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b5554d8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b5554e847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b5554e847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b5554e847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b5554d86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b5554d2a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5554d5c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b5554d5c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b555545e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b555545ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b555545ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b555545c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b555545c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b555548bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b5554d8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b5554e847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b5554e847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b5554e847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b5554d86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b5554e2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b5554e2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b5554e26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b5554e26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b5554e26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b5554e02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b5554e02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b5554e3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b5554d2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b5554d2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b5554d2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b5554e81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b5554e81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b55554680c4 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/b64k/00262a/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/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 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bfac990a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bfac990a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bfac9a61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bfac9a61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bfaca0480c4 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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 247300
DEBUG    ya.test:process.py:259 Command (pid 247300) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 247300) elapsed time (sec): 20.48749041557312
DEBUG    ya.test:process.py:263 Command (pid 247300) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 247300) inblock: 8
DEBUG    ya.test:process.py:263 Command (pid 247300) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 247300) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 247300) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 247300) maxrss: 1505024
DEBUG    ya.test:process.py:263 Command (pid 247300) minflt: 989651
DEBUG    ya.test:process.py:263 Command (pid 247300) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 247300) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 247300) nivcsw: 3095
DEBUG    ya.test:process.py:263 Command (pid 247300) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 247300) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 247300) nvcsw: 104560
DEBUG    ya.test:process.py:263 Command (pid 247300) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 247300) stime: 4.554159
DEBUG    ya.test:process.py:263 Command (pid 247300) utime: 12.696559
DEBUG    ya.test:process.py:263 Command (pid 247300) wtime: 20.49
DEBUG    ya.test:process.py:275 Command (pid 247300) output:
2026-01-28T17:34:52.166265Z Fetching udfs...
2026-01-28T17:34:52.843924Z Initialization of fq runner...
2026-01-28T17:34:57.161128Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.660699s
2026-01-28T17:34:57.833812Z Fetching query results...
2026-01-28T17:34:57.833835Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 247300) errors:
...0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bfac99e2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bfac98fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bfac98fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bfac997ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bfac997ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bfaca03ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bfaca03c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bfaca040090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bfaca040090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bfac9a1182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bfac990a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bfac990a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bfac9a61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bfac9a61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bfaca0480c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bfac9992bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bfac9999fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bfac9914d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bfac991dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bfaca0473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bfaca0471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bfaca046f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bfaca044a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bfaca044a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bfaca044ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bfaca4a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bfaca4a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bfaca4a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bfac953b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7ffae8b56d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bfac98fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bfac98fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bfac997b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bfac997b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bfac9a14686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bfac9a14686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bfac9a10dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bfac990a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bfac990a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bfac9a61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bfac9a61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bfaca0480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bfaca0478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bfaca044bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bfaca044aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bfaca044ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bfaca4a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bfaca4a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bfaca4a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bfac953b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bfac9992bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bfac9994424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bfac9994424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bfaca03f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bfaca03ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bfaca03c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bfaca03c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bfaca06b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bfac996741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bfac9a647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bfac9a647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bfac9a647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bfac9966214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bfac990a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bfac990a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bfac9a61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bfac9a62e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bfac9a62e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bfac9a62e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bfaca0475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bfaca044bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bfaca044aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bfaca044ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bfac9992bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bfac9999fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bfac99b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bfac99b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bfac99b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bfac991a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bfac991a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bfac9981acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bfac99825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bfac99825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bfac99825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bfac9983e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bfac996ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bfaca047044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bfaca047044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bfaca046f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bfaca044a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bfaca044a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bfaca044ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bfaca4a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bfaca4a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bfaca4a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bfac953b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7ffae8b56d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bfac98fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bfac98fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bfaca03f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bfaca03ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bfaca03c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bfaca03c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bfaca06bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bfac996741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bfac9a647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bfac9a647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bfac9a647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bfac9966214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bfac990a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bfac990a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bfac9a61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bfac9a61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bfaca0480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bfaca0478d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bfac98fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bfac98fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bfac997b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bfac997b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bfac991a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bfac990a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bfac990a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bfac9a10ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bfac990a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bfac990a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bfac9a61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bfac9a61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bfaca0480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bfaca0478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bfaca044bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bfaca044aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bfaca044ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bfaca4a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bfaca4a7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bfaca4a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bfac953b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bfac98fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bfac98fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bfac997ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bfac997ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bfaca03ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bfaca03c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bfaca03c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bfaca06bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bfac996741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bfac9a647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bfac9a647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bfac9a647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bfac9966214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bfac990a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bfac990a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bfac9a61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bfac9a61a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bfac9992bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bfac9999fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bfac99b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bfac99b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bfac99b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bfac991a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bfac991a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bfac9981acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bfac99825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bfac99825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bfac99825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bfac997e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bfac995e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bfac996741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bfac9a647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bfac9a647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bfac9a647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bfac9966214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bfac990a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bfac990a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bfac9a10ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bfac990a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bfac990a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bfac990ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bfac990ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bfac9a62e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bfac9a62e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bfaca0475c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bfac98fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bfac98fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bfac997ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bfac997ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bfaca03ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bfaca03c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bfaca03c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bfaca06bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bfac996741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bfac9a647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bfac9a647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bfac9a647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bfac9966214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bfac9965fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bfac9992bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bfac9994424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bfac9994424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bfaca03f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bfaca03ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bfaca03c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bfaca03c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bfaca06b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bfac996741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bfac9a647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bfac9a647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bfac9a647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bfac9966214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bfac990a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bfac990a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bfac9a61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bfac9a62e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bfac9a62e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bfac9a62e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bfaca0475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bfaca044bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bfaca044aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bfaca044ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bfac98fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bfac98fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bfaca03f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bfaca03c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bfaca03c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bfaca06bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bfac996741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bfac9a647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bfac9a647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bfac9a647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bfac9966214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bfac990a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bfac993c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bfac993c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bfaca03e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bfaca03c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bfaca03c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bfaca06bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bfac996741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bfac9a647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bfac9a647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bfac9a647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bfac9966214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bfac990a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bfac993c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bfac993c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bfaca03e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bfaca03c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bfaca03c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bfaca06bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bfac996741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bfac9a647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bfac9a647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bfac9a647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bfac9966214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bfac990a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bfac990a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bfac9a61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bfac9a61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bfaca0480c4 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'...0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bfac99e2de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bfac98fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bfac98fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bfac997ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bfac997ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bfaca03ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bfaca03c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bfaca040090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bfaca040090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bfac9a1182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bfac990a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bfac990a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bfac9a61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bfac9a61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bfaca0480c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bfac9992bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bfac9999fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bfac9914d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bfac991dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bfaca0473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bfaca0471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bfaca046f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bfaca044a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bfaca044a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bfaca044ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bfaca4a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bfaca4a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bfaca4a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bfac953b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7ffae8b56d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bfac98fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bfac98fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bfac997b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bfac997b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bfac9a14686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bfac9a14686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bfac9a10dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bfac990a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bfac990a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bfac9a61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bfac9a61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bfaca0480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bfaca0478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bfaca044bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bfaca044aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bfaca044ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bfaca4a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bfaca4a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bfaca4a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bfac953b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bfac9992bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bfac9994424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bfac9994424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bfaca03f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bfaca03ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bfaca03c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bfaca03c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bfaca06b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bfac996741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bfac9a647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bfac9a647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bfac9a647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bfac9966214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bfac990a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bfac990a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bfac9a61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bfac9a62e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bfac9a62e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bfac9a62e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bfaca0475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bfaca044bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bfaca044aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bfaca044ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bfac9992bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bfac9999fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bfac99b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bfac99b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bfac99b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bfac991a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bfac991a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bfac9981acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bfac99825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bfac99825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bfac99825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bfac9983e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bfac996ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bfaca047044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bfaca047044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bfaca046f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bfaca044a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bfaca044a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bfaca044ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bfaca4a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bfaca4a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bfaca4a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bfac953b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7ffae8b56d8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bfac98fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bfac98fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bfaca03f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bfaca03ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bfaca03c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bfaca03c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bfaca06bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bfac996741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bfac9a647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bfac9a647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bfac9a647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bfac9966214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bfac990a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bfac990a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bfac9a61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bfac9a61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bfaca0480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bfaca0478d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bfac98fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bfac98fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bfac997b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bfac997b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bfac991a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bfac990a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bfac990a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bfac9a10ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bfac990a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bfac990a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bfac9a61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bfac9a61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bfaca0480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bfaca0478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bfaca044bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bfaca044aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bfaca044ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bfaca4a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bfaca4a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bfaca4a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bfac953b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bfac98fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bfac98fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bfac997ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bfac997ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bfaca03ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bfaca03c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bfaca03c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bfaca06bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bfac996741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bfac9a647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bfac9a647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bfac9a647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bfac9966214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bfac990a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bfac990a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bfac9a61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bfac9a61a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bfac9992bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bfac9999fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bfac99b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bfac99b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bfac99b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bfac991a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bfac991a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bfac9981acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bfac99825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bfac99825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bfac99825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bfac997e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bfac995e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bfac996741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bfac9a647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bfac9a647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bfac9a647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bfac9966214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bfac990a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bfac990a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bfac9a10ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bfac990a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bfac990a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bfac990ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bfac990ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bfac9a62e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bfac9a62e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bfaca0475c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bfac98fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bfac98fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bfac997ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bfac997ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bfaca03ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bfaca03c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bfaca03c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bfaca06bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bfac996741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bfac9a647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bfac9a647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bfac9a647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bfac9966214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bfac9965fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bfac9992bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bfac9994424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bfac9994424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bfaca03f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bfaca03ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bfaca03c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bfaca03c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bfaca06b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bfac996741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bfac9a647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bfac9a647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bfac9a647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bfac9966214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bfac990a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bfac990a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bfac9a61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bfac9a62e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bfac9a62e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bfac9a62e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bfaca0475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bfaca044bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bfaca044aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bfaca044ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bfac98fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bfac98fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bfaca03f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bfaca03c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bfaca03c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bfaca06bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bfac996741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bfac9a647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bfac9a647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bfac9a647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bfac9966214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bfac990a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bfac993c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bfac993c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bfaca03e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bfaca03c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bfaca03c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bfaca06bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bfac996741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bfac9a647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bfac9a647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bfac9a647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bfac9966214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bfac990a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bfac993c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bfac993c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bfaca03e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bfaca03ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bfaca03ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bfaca03c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bfaca03c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bfaca06bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bfac996741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bfac9a647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bfac9a647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bfac9a647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bfac9966214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bfac9a0e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bfac9a0e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bfac9a06d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bfac9a06d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bfac9a06d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bfac99e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bfac99e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bfac9a1288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bfac990b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bfac990a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bfac990a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bfac9a61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bfac9a61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bfaca0480c4 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/b64k/00262a/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/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 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b241237a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b241237a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b24124d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b24124d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b2412ab80c4 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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 251508
DEBUG    ya.test:process.py:259 Command (pid 251508) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 251508) elapsed time (sec): 27.03827214241028
DEBUG    ya.test:process.py:263 Command (pid 251508) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 251508) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 251508) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 251508) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 251508) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 251508) maxrss: 1505548
DEBUG    ya.test:process.py:263 Command (pid 251508) minflt: 981493
DEBUG    ya.test:process.py:263 Command (pid 251508) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 251508) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 251508) nivcsw: 7260
DEBUG    ya.test:process.py:263 Command (pid 251508) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 251508) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 251508) nvcsw: 101589
DEBUG    ya.test:process.py:263 Command (pid 251508) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 251508) stime: 4.604364
DEBUG    ya.test:process.py:263 Command (pid 251508) utime: 13.806165
DEBUG    ya.test:process.py:263 Command (pid 251508) wtime: 27.042
DEBUG    ya.test:process.py:275 Command (pid 251508) output:
2026-01-28T17:35:12.986581Z Fetching udfs...
2026-01-28T17:35:13.676895Z Initialization of fq runner...
2026-01-28T17:35:19.799762Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.750610s
2026-01-28T17:35:20.565697Z Fetching query results...
2026-01-28T17:35:20.565726Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 251508) errors:
...0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b2412452de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b241236b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b241236b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b24123eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b24123eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2412aaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b2412aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b2412ab0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b2412ab0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b241248182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b241237a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b241237a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b24124d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b24124d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b2412ab80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2412402bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2412409fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b2412384d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b241238dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b2412ab73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b2412ab71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b2412ab6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b2412ab4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b2412ab4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b2412ab4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b2412f17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b2412f17db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b2412f176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b2411fab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f24315bbd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b241236b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b241236b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b24123eb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b24123eb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b2412484686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b2412484686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b2412480dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b241237a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b241237a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b24124d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b24124d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b2412ab80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b2412ab78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b2412ab4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b2412ab4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b2412ab4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b2412f17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b2412f17db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b2412f176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b2411fab928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2412402bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2412404424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b2412404424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b2412aaf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b2412aaec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b2412aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b2412aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b2412adb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b24123d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b24124d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b24124d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b24124d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b24123d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b241237a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b241237a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b24124d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b24124d2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b24124d2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b24124d2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b2412ab75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b2412ab4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b2412ab4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b2412ab4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2412402bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2412409fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b2412422524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b2412422524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b2412422524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b241238a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b241238a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b24123f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b24123f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b24123f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b24123f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b24123f3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b24123dad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b2412ab7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b2412ab7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b2412ab6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b2412ab4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b2412ab4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b2412ab4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b2412f17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b2412f17db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b2412f176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b2411fab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f24315bbd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b241236ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b241236ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b2412aaf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b2412aaece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b2412aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b2412aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b2412adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b24123d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b24124d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b24124d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b24124d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b24123d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b241237a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b241237a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b24124d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b24124d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b2412ab80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b2412ab78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b241236b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b241236b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b24123eb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b24123eb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b241238a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b241237a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b241237a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b2412480ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b241237a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b241237a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b24124d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b24124d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b2412ab80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b2412ab78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b2412ab4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b2412ab4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b2412ab4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b2412f17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b2412f17db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b2412f176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b2411fab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b241236b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b241236b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b24123eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b24123eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2412aaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2412aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b2412aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b2412adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b24123d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b24124d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b24124d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b24124d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b24123d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b241237a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b241237a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b24124d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b24124d1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2412402bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2412409fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b2412422524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b2412422524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b2412422524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b241238a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b241238a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b24123f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b24123f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b24123f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b24123f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b24123ee5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b24123ce92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b24123d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b24124d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b24124d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b24124d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b24123d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b241237a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b241237a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b2412480ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b241237a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b241237a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b241237ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b241237ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b24124d2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b24124d2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b2412ab75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b241236b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b241236b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b24123eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b24123eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2412aaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b2412aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b2412aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b2412adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b24123d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b24124d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b24124d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b24124d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b24123d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b24123d5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2412402bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2412404424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b2412404424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b2412aaf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b2412aaec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b2412aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b2412aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b2412adb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b24123d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b24124d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b24124d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b24124d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b24123d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b241237a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b241237a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b24124d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b24124d2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b24124d2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b24124d2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b2412ab75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b2412ab4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b2412ab4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b2412ab4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b241236ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b241236ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b2412aaf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2412aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b2412aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b2412adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b24123d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b24124d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b24124d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b24124d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b24123d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b241237a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b24123ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b24123ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b2412aae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2412aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b2412aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b2412adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b24123d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b24124d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b24124d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b24124d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b24123d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b241237a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b24123ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b24123ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b2412aae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b2412aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b2412aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b2412adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b24123d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b24124d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b24124d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b24124d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b24123d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b241237a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b241237a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b24124d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b24124d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b2412ab80c4 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'...0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b2412452de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b241236b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b241236b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b24123eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b24123eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2412aaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b2412aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b2412ab0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b2412ab0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b241248182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b241237a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b241237a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b24124d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b24124d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b2412ab80c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2412402bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2412409fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b2412384d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b241238dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b2412ab73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b2412ab71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b2412ab6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b2412ab4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b2412ab4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b2412ab4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b2412f17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b2412f17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b2412f176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b2411fab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f24315bbd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b241236b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b241236b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b24123eb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b24123eb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b2412484686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b2412484686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b2412480dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b241237a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b241237a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b24124d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b24124d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b2412ab80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b2412ab78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b2412ab4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b2412ab4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b2412ab4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b2412f17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b2412f17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b2412f176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b2411fab928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2412402bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2412404424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b2412404424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b2412aaf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b2412aaec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b2412aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b2412aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b2412adb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b24123d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b24124d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b24124d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b24124d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b24123d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b241237a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b241237a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b24124d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b24124d2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b24124d2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b24124d2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b2412ab75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b2412ab4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b2412ab4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b2412ab4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2412402bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2412409fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b2412422524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b2412422524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b2412422524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b241238a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b241238a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b24123f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b24123f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b24123f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b24123f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b24123f3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b24123dad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b2412ab7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b2412ab7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b2412ab6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b2412ab4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b2412ab4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b2412ab4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b2412f17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b2412f17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b2412f176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b2411fab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f24315bbd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b241236ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b241236ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b2412aaf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b2412aaece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b2412aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b2412aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b2412adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b24123d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b24124d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b24124d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b24124d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b24123d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b241237a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b241237a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b24124d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b24124d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b2412ab80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b2412ab78d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b241236b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b241236b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b24123eb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b24123eb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b241238a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b241237a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b241237a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b2412480ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b241237a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b241237a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b24124d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b24124d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b2412ab80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b2412ab78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b2412ab4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b2412ab4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b2412ab4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b2412f17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b2412f17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b2412f176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b2411fab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b241236b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b241236b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b24123eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b24123eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2412aaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2412aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b2412aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b2412adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b24123d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b24124d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b24124d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b24124d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b24123d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b241237a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b241237a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b24124d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b24124d1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2412402bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2412409fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b2412422524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b2412422524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b2412422524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b241238a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b241238a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b24123f1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b24123f25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b24123f25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b24123f25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b24123ee5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b24123ce92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b24123d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b24124d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b24124d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b24124d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b24123d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b241237a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b241237a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b2412480ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b241237a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b241237a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b241237ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b241237ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b24124d2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b24124d2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b2412ab75c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b241236b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b241236b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b24123eac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b24123eac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2412aaee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b2412aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b2412aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b2412adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b24123d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b24124d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b24124d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b24124d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b24123d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b24123d5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2412402bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2412404424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b2412404424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b2412aaf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b2412aaec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b2412aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b2412aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b2412adb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b24123d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b24124d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b24124d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b24124d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b24123d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b241237a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b241237a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b24124d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b24124d2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b24124d2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b24124d2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b2412ab75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b2412ab4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b2412ab4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b2412ab4ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b241236ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b241236ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b2412aaf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2412aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b2412aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b2412adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b24123d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b24124d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b24124d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b24124d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b24123d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b241237a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b24123ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b24123ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b2412aae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2412aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b2412aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b2412adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b24123d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b24124d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b24124d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b24124d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b24123d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b241237a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b24123ac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b24123ac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b2412aae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b2412aaee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b2412aaec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b2412aac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b2412aac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b2412adbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b24123d741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b24124d47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b24124d47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b24124d47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b24123d6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b241247e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b241247e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b2412476d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b2412476d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b2412476d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b2412452de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b2412452de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b241248288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b241237b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b241237a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b241237a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b24124d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b24124d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b2412ab80c4 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/b64k/00262a/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/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 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7afc9514a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7afc9514a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7afc952a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7afc952a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7afc958880c4 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/b64k/00262a/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/b64k/00262a/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/b64k/00262a/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/results.txt', '--ast-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/plan.json', '--log-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/topic_3.txt']' in '/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 255569
DEBUG    ya.test:process.py:259 Command (pid 255569) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 255569) elapsed time (sec): 23.336101531982422
DEBUG    ya.test:process.py:263 Command (pid 255569) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 255569) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 255569) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 255569) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 255569) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 255569) maxrss: 1497976
DEBUG    ya.test:process.py:263 Command (pid 255569) minflt: 987352
DEBUG    ya.test:process.py:263 Command (pid 255569) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 255569) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 255569) nivcsw: 2298
DEBUG    ya.test:process.py:263 Command (pid 255569) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 255569) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 255569) nvcsw: 104420
DEBUG    ya.test:process.py:263 Command (pid 255569) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 255569) stime: 4.853971
DEBUG    ya.test:process.py:263 Command (pid 255569) utime: 13.23008
DEBUG    ya.test:process.py:263 Command (pid 255569) wtime: 23.34
DEBUG    ya.test:process.py:275 Command (pid 255569) output:
2026-01-28T17:35:40.435649Z Fetching udfs...
2026-01-28T17:35:41.170839Z Initialization of fq runner...
2026-01-28T17:35:45.483072Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.638741s
2026-01-28T17:35:46.129615Z Fetching query results...
2026-01-28T17:35:46.129647Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 255569) errors:
...0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7afc95222de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afc9513b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7afc9513b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7afc951bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7afc951bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7afc9587ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7afc9587c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7afc95880090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7afc95880090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7afc9525182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7afc9514a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7afc9514a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7afc952a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7afc952a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7afc958880c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afc951d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7afc951d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7afc95154d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7afc9515dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7afc958873ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7afc958871ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7afc95886f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7afc95884a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7afc95884a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7afc95884ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7afc95ce7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7afc95ce7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7afc95ce76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7afc94d7b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7efcb438bd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afc9513b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7afc9513b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7afc951bb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7afc951bb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7afc95254686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7afc95254686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7afc95250dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7afc9514a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7afc9514a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7afc952a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7afc952a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7afc958880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7afc958878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7afc95884bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7afc95884aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7afc95884ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7afc95ce7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7afc95ce7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7afc95ce76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7afc94d7b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afc951d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7afc951d4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7afc951d4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7afc9587f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7afc9587ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7afc9587c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7afc9587c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7afc958ab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7afc951a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7afc952a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7afc952a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7afc952a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7afc951a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7afc9514a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7afc9514a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7afc952a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7afc952a2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7afc952a2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7afc952a2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7afc958875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7afc95884bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7afc95884aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7afc95884ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afc951d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7afc951d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7afc951f2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7afc951f2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7afc951f2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7afc9515a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7afc9515a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7afc951c1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7afc951c25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7afc951c25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7afc951c25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7afc951c3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7afc951aad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7afc95887044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7afc95887044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7afc95886f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7afc95884a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7afc95884a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7afc95884ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7afc95ce7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7afc95ce7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7afc95ce76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7afc94d7b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7efcb438bd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afc9513ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7afc9513ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7afc9587f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7afc9587ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7afc9587c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7afc9587c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7afc958abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7afc951a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7afc952a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7afc952a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7afc952a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7afc951a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7afc9514a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7afc9514a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7afc952a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7afc952a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7afc958880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7afc958878d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afc9513b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7afc9513b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7afc951bb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7afc951bb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7afc9515a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7afc9514a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7afc9514a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7afc95250ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7afc9514a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7afc9514a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7afc952a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7afc952a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7afc958880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7afc958878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7afc95884bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7afc95884aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7afc95884ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7afc95ce7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7afc95ce7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7afc95ce76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7afc94d7b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afc9513b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7afc9513b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7afc951bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7afc951bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7afc9587ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7afc9587c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7afc9587c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7afc958abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7afc951a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7afc952a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7afc952a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7afc952a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7afc951a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7afc9514a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7afc9514a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7afc952a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7afc952a1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afc951d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7afc951d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7afc951f2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7afc951f2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7afc951f2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7afc9515a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7afc9515a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7afc951c1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7afc951c25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7afc951c25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7afc951c25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7afc951be5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7afc9519e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7afc951a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7afc952a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7afc952a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7afc952a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7afc951a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7afc9514a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7afc9514a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7afc95250ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7afc9514a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7afc9514a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7afc9514ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7afc9514ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7afc952a2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7afc952a2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7afc958875c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afc9513b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7afc9513b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7afc951bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7afc951bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7afc9587ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7afc9587c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7afc9587c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7afc958abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7afc951a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7afc952a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7afc952a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7afc952a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7afc951a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7afc951a5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afc951d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7afc951d4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7afc951d4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7afc9587f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7afc9587ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7afc9587c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7afc9587c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7afc958ab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7afc951a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7afc952a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7afc952a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7afc952a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7afc951a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7afc9514a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7afc9514a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7afc952a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7afc952a2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7afc952a2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7afc952a2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7afc958875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7afc95884bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7afc95884aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7afc95884ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afc9513ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7afc9513ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7afc9587f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7afc9587c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7afc9587c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7afc958abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7afc951a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7afc952a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7afc952a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7afc952a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7afc951a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7afc9514a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afc9517c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7afc9517c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7afc9587e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7afc9587c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7afc9587c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7afc958abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7afc951a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7afc952a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7afc952a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7afc952a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7afc951a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7afc9514a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afc9517c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7afc9517c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7afc9587e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7afc9587c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7afc9587c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7afc958abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7afc951a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7afc952a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7afc952a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7afc952a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7afc951a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7afc9514a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7afc9514a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7afc952a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7afc952a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7afc958880c4 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'...0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7afc95222de0 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afc9513b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7afc9513b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7afc951bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7afc951bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7afc9587ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7afc9587c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7afc95880090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7afc95880090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7afc9525182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7afc9514a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7afc9514a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7afc952a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7afc952a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7afc958880c4 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afc951d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7afc951d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7afc95154d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7afc9515dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7afc958873ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7afc958871ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7afc95886f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7afc95884a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7afc95884a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7afc95884ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7afc95ce7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7afc95ce7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7afc95ce76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7afc94d7b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7efcb438bd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afc9513b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7afc9513b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7afc951bb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7afc951bb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7afc95254686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7afc95254686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7afc95250dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7afc9514a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7afc9514a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7afc952a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7afc952a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7afc958880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7afc958878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7afc95884bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7afc95884aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7afc95884ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7afc95ce7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7afc95ce7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7afc95ce76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7afc94d7b928 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afc951d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7afc951d4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7afc951d4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7afc9587f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7afc9587ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7afc9587c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7afc9587c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7afc958ab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7afc951a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7afc952a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7afc952a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7afc952a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7afc951a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7afc9514a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7afc9514a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7afc952a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7afc952a2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7afc952a2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7afc952a2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7afc958875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7afc95884bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7afc95884aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7afc95884ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afc951d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7afc951d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7afc951f2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7afc951f2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7afc951f2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7afc9515a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7afc9515a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7afc951c1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7afc951c25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7afc951c25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7afc951c25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7afc951c3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7afc951aad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7afc95887044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7afc95887044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7afc95886f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7afc95884a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7afc95884a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7afc95884ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7afc95ce7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7afc95ce7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7afc95ce76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7afc94d7b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e120ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5bdb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e103fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7efcb438bd8f  (/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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afc9513ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7afc9513ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7afc9587f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7afc9587ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7afc9587c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7afc9587c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7afc958abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7afc951a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7afc952a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7afc952a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7afc952a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7afc951a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7afc9514a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7afc9514a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7afc952a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7afc952a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7afc958880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7afc958878d8 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afc9513b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7afc9513b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7afc951bb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7afc951bb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7afc9515a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7afc9514a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7afc9514a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7afc95250ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7afc9514a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7afc9514a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7afc952a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7afc952a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7afc958880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7afc958878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7afc95884bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7afc95884aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7afc95884ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7afc95ce7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7afc95ce7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7afc95ce76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7afc94d7b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a027829 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a020abb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf3862 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afc9513b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7afc9513b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7afc951bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7afc951bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7afc9587ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7afc9587c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7afc9587c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7afc958abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7afc951a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7afc952a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7afc952a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7afc952a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7afc951a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7afc9514a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7afc9514a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7afc952a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7afc952a1a7a 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afc951d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7afc951d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7afc951f2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7afc951f2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7afc951f2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7afc9515a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7afc9515a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7afc951c1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7afc951c25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7afc951c25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7afc951c25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7afc951be5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7afc9519e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7afc951a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7afc952a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7afc952a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7afc952a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7afc951a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7afc9514a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7afc9514a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7afc95250ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7afc9514a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7afc9514a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7afc9514ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7afc9514ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7afc952a2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7afc952a2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7afc958875c6 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afc9513b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7afc9513b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7afc951bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7afc951bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7afc9587ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7afc9587c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7afc9587c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7afc958abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7afc951a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7afc952a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7afc952a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7afc952a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7afc951a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7afc951a5fb5 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afc951d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7afc951d4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7afc951d4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7afc9587f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7afc9587ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7afc9587c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7afc9587c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7afc958ab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7afc951a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7afc952a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7afc952a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7afc952a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7afc951a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7afc9514a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7afc9514a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7afc952a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7afc952a2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7afc952a2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7afc952a2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7afc958875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7afc95884bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7afc95884aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7afc95884ccf 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afc9513ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7afc9513ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7afc9587f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7afc9587c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7afc9587c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7afc958abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7afc951a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7afc952a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7afc952a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7afc952a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7afc951a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7afc9514a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afc9517c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7afc9517c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7afc9587e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7afc9587c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7afc9587c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7afc958abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7afc951a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7afc952a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7afc952a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7afc952a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7afc951a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7afc9514a7ec 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 0x00001e1f72e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afc9517c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7afc9517c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7afc9587e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7afc9587ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7afc9587ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7afc9587c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7afc9587c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7afc958abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7afc951a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7afc952a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7afc952a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7afc952a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7afc951a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7afc9524e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7afc9524e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7afc95246d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7afc95246d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7afc95246d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7afc95222de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7afc95222de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7afc9525288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7afc9514b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7afc9514a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7afc9514a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7afc952a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7afc952a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7afc958880c4 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 ===============================
82.38s call     test_sql_streaming.py::test[pq-ReadWriteTopicWithSchema-default.txt]
28.78s call     test_sql_streaming.py::test[pq-WriteTwoTopics-default.txt]
28.58s call     test_sql_streaming.py::test[solomon-ReadTopicGroupWriteToSolomon-default.txt]
27.12s call     test_sql_streaming.py::test[watermarks-watermarks_as-default.txt]
24.07s call     test_sql_streaming.py::test[watermarks-watermarks-default.txt]
23.43s call     test_sql_streaming.py::test[watermarks-watermarks_drop-default.txt]
20.55s call     test_sql_streaming.py::test[watermarks-watermarks_adjust-default.txt]
0.04s setup    test_sql_streaming.py::test[pq-ReadWriteTopicWithSchema-default.txt]
0.04s setup    test_sql_streaming.py::test[watermarks-watermarks_as-default.txt]
0.03s setup    test_sql_streaming.py::test[solomon-ReadTopicGroupWriteToSolomon-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-WriteTwoTopics-default.txt]
0.02s setup    test_sql_streaming.py::test[watermarks-watermarks_drop-default.txt]
0.02s setup    test_sql_streaming.py::test[watermarks-watermarks_adjust-default.txt]
0.02s setup    test_sql_streaming.py::test[watermarks-watermarks-default.txt]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_streaming.py::test[pq-ReadWriteTopicWithSchema-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_b0v3mwps/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 0x7babce57b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7babce57b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7babce6d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7babce6d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7babce651df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7babce651df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7babce5d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7babce57a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7babce57a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7babce57a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7babce6d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7babce6d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7babcecb80c4 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/b64k/00262a/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun__27ljp5k/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 0x7b0d2f4fb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b0d2f4fb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b0d2f65216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b0d2f65216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b0d2f5d1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b0d2f5d1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b0d2f555fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b0d2f4fa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b0d2f4fa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b0d2f4fa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b0d2f651c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b0d2f651a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b0d2fc380c4 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/b64k/00262a/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_x4upn811/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 0x7bdfb356b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bdfb356b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bdfb36c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bdfb36c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bdfb3641df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bdfb3641df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bdfb35c5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bdfb356a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bdfb356a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bdfb356a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bdfb36c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bdfb36c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bdfb3ca80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463638 byte(s) leaked in 8684 allocation(s).
FAILED test_sql_streaming.py::test[watermarks-watermarks-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_cwa7ltdr/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 0x7b5554d2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b5554d2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b5554e8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b5554e8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b5554e01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b5554e01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b5554d85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b5554d2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b5554d2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b5554d2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b5554e81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b5554e81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b55554680c4 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/b64k/00262a/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_uhkhjd3r/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 0x7bfac990b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bfac990b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bfac9a6216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bfac9a6216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bfac99e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bfac99e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bfac9965fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bfac990a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bfac990a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bfac990a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bfac9a61c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bfac9a61a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bfaca0480c4 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/b64k/00262a/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_um82sf0f/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 0x7b241237b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b241237b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b24124d216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b24124d216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b2412451df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b2412451df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b24123d5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b241237a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b241237a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b241237a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b24124d1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b24124d1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b2412ab80c4 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/b64k/00262a/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/fq_config.conf --result-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/results.txt --ast-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/ast.txt --plan-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/plan.json --log-file=/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/log.txt --udfs-dir=/home/runner/.ya/build/build_root/b64k/00262a/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/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/b64k/00262a/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2urzodjv/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 0x7afc9514b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7afc9514b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7afc952a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7afc952a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7afc95221df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7afc95221df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7afc951a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7afc9514a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7afc9514a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7afc9514a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7afc952a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7afc952a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7afc958880c4 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 237.97s (0:03:57) =========================
